ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/pystatgrab/setup.py
(Generate patch)

Comparing projects/pystatgrab/setup.py (file contents):
Revision 1.10 by tdb, Sat Mar 20 22:43:26 2004 UTC vs.
Revision 1.12 by tdb, Mon Mar 22 01:00:16 2004 UTC

# Line 29 | Line 29 | import sys
29   import os
30  
31   # version of pystatgrab
32 < VERSION = "0.1"
32 > VERSION = "0.2"
33  
34   # required version of libstatgrab
35   LIBSTATGRAB = "0.9"
# Line 63 | Line 63 | if cflags[0] != 0:
63          sys.exit("Failed to get cflags: " + cflags[1])
64  
65   if libs[0] != 0:
66 <        exit("Failed to get libs: " + libs[1])
66 >        sys.exit("Failed to get libs: " + libs[1])
67  
68   # setup information
69   setup(  name = "pystatgrab",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines