Skip to content

Commit 8b661e3

Browse files
committed
Fix conf.py
1 parent 97bdaeb commit 8b661e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
try:
5757
release = pkg_resources.get_distribution('boxsdk').version
5858
except pkg_resources.DistributionNotFound:
59-
print 'To build the documentation, The distribution information of boxsdk'
60-
print 'Has to be available. Either install the package into your'
61-
print 'development environment or run "setup.py develop" to setup the'
62-
print 'metadata. A virtualenv is recommended!'
59+
print('To build the documentation, The distribution information of boxsdk')
60+
print('Has to be available. Either install the package into your')
61+
print('development environment or run "setup.py develop" to setup the')
62+
print('metadata. A virtualenv is recommended!')
6363
sys.exit(1)
6464
del pkg_resources
6565

0 commit comments

Comments
 (0)