Skip to content

Commit

Permalink
Improve python3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Barnada committed Jul 3, 2017
1 parent 30a4cf5 commit 7c351f8
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 7c351f8

Please sign in to comment.