Merge build 27

This commit is contained in:
Malcolm Noyes
2014-03-05 09:30:33 +00:00
7 changed files with 231 additions and 79 deletions

View File

@@ -29,7 +29,7 @@ for arg in sys.argv[1:]:
arg = string.lower(arg)
if arg == "nobump":
bumpVersion = False
print "Not bumping version number"
print( "Not bumping version number" )
elif arg == "noimpl":
includeImpl = False
bumpVersion = False