Skip to content

Commit 04d9953

Browse files
John FurrJohn Furr
authored andcommitted
Fixed python2 style string
1 parent 5470d02 commit 04d9953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def description():
1313
description = pypandoc.convert('README.md', 'rst')
1414
return description
1515
except (IOError, ImportError) as e:
16-
print "YOU DID NOT CONVERT README.MD"
16+
print("YOU DID NOT CONVERT README.MD")
1717
pass
1818

1919
f = open(join(dirname(__file__), 'README.txt'))

0 commit comments

Comments
 (0)