This commit is contained in:
Markus Unterwaditzer 2015-07-20 17:56:57 +02:00
parent 90aaa9d12a
commit 552dc33037

View file

@ -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. '