fix whitespace

This commit is contained in:
Markus Unterwaditzer 2014-11-18 18:04:29 +01:00
parent de829e4cfd
commit 09f3ad10fb

View file

@ -19,8 +19,8 @@ try:
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = pkg_resources.require('vdirsyncer')[0].version release = pkg_resources.require('vdirsyncer')[0].version
except pkg_resources.DistributionNotFound: except pkg_resources.DistributionNotFound:
print('To build the documentation, the distribution information of' print('To build the documentation, the distribution information of '
'vdirsyncer has to be available. Run "setup.py develop" to do' 'vdirsyncer has to be available. Run "setup.py develop" to do '
'this.') 'this.')
sys.exit(1) sys.exit(1)