change print to be 3 friendly

This commit is contained in:
Derek DeJonghe 2018-05-23 15:31:41 -04:00
parent 89689f7a03
commit 09f2d0a941

View File

@ -104,7 +104,7 @@ def main():
try:
SemVer().run()
except Exception as e:
print e.message
print(e.message)
if __name__ == '__main__':
try: main()