Skip to content

Commit

Permalink
Merge pull request #50 from ssut/master
Browse files Browse the repository at this point in the history
Update setup.py for py3x compat
  • Loading branch information
tbielawa committed Jun 17, 2015
2 parents 1ea3162 + c940e79 commit dd720f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
try:
from setuptools import setup
except ImportError:
print "Command line script will not be created."
print("Command line script will not be created.")
from distutils.core import setup


Expand Down

0 comments on commit dd720f1

Please sign in to comment.