lemur/lemur/plugins/lemur_vault_dest/__init__.py

6 lines
140 B
Python
Raw Normal View History

2019-02-19 21:03:15 +01:00
try:
VERSION = __import__('pkg_resources') \
.get_distribution(__name__).version
except Exception as e:
VERSION = 'unknown'