fix print statement

This commit is contained in:
Georg Brandl 2014-01-23 06:58:28 +01:00
parent b1a9f7548b
commit 4ea9e55934

View File

@ -102,7 +102,7 @@ def main(argv):
file=sys.stderr)
return 0
if '--version' in allopts:
print 'Sphinx (sphinx-build) %s' % __version__
print('Sphinx (sphinx-build) %s' % __version__)
return 0
# get paths (first and second positional argument)