Skip to content

Commit

Permalink
Merge f6c73be into 30a4cf5
Browse files Browse the repository at this point in the history
  • Loading branch information
Xevib committed Sep 18, 2017
2 parents 30a4cf5 + f6c73be commit 4805be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cini/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
try:
VERSION = __import__('pkg_resources') \
.get_distribution(__name__).version
except Exception, e:
except Exception as e:
VERSION = 'unknown'


Expand Down

0 comments on commit 4805be1

Please sign in to comment.