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.11 by tdb, Sun Mar 21 13:37:03 2004 UTC

# 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