Skip to content

Commit

Permalink
Merge pull request #71 from mzbenami/develop
Browse files Browse the repository at this point in the history
setup.py print statement for python 3
  • Loading branch information
devrobo committed Dec 14, 2015
2 parents 363be28 + 1c1a5bc commit 66000fc
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 @@ -81,7 +81,7 @@ def install():

# Use the following to dynamically build pyeapi module documentation
if install() and environ.get('READTHEDOCS'):
print 'This method is only called by READTHEDOCS.'
print('This method is only called by READTHEDOCS.')
from subprocess import Popen
proc = Popen(['make', 'modules'], cwd='docs/')
(_, err) = proc.communicate()
Expand Down

0 comments on commit 66000fc

Please sign in to comment.