# | 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", |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |