Fixing a few syntax errors

This commit is contained in:
kevgliss
2015-08-03 21:16:55 -07:00
parent fc68552d0f
commit 63b1babf7b
5 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,5 @@
try:
VERSION = __import__('pkg_resources') \
.get_distribution(__name__).version
except Exception, e:
except Exception as e:
VERSION = 'unknown'