mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
stylefix
This commit is contained in:
parent
90aaa9d12a
commit
552dc33037
1 changed files with 1 additions and 2 deletions
|
|
@ -3,10 +3,9 @@
|
||||||
vdirsyncer is a synchronization tool for vdir. See the README for more details.
|
vdirsyncer is a synchronization tool for vdir. See the README for more details.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import pkg_resources
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from .version import version as __version__
|
from .version import version as __version__ # noqa
|
||||||
except ImportError:
|
except ImportError:
|
||||||
raise ImportError(
|
raise ImportError(
|
||||||
'Failed to find (autogenerated) version.py. '
|
'Failed to find (autogenerated) version.py. '
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue