mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
fix whitespace
This commit is contained in:
parent
de829e4cfd
commit
09f3ad10fb
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue