mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-26 09:05:50 +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.
|
||||
'''
|
||||
|
||||
import pkg_resources
|
||||
|
||||
try:
|
||||
from .version import version as __version__
|
||||
from .version import version as __version__ # noqa
|
||||
except ImportError:
|
||||
raise ImportError(
|
||||
'Failed to find (autogenerated) version.py. '
|
||||
|
|
|
|||
Loading…
Reference in a new issue