We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97bdaeb commit 8b661e3Copy full SHA for 8b661e3
docs/source/conf.py
@@ -56,10 +56,10 @@
56
try:
57
release = pkg_resources.get_distribution('boxsdk').version
58
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!'
+ print('To build the documentation, The distribution information of boxsdk')
+ print('Has to be available. Either install the package into your')
+ print('development environment or run "setup.py develop" to setup the')
+ print('metadata. A virtualenv is recommended!')
63
sys.exit(1)
64
del pkg_resources
65
0 commit comments