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