merged trunk

This commit is contained in:
Justin Shepherd
2011-06-02 21:17:31 -05:00
2 changed files with 3 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ PY_VERSION = "python%s.%s" % (sys.version_info[0], sys.version_info[1])
def die(message, *args):
print >>sys.stderr, message % args
print >> sys.stderr, message % args
sys.exit(1)