lemur/lemur/plugins/lemur_cloudca/__init__.py

6 lines
138 B
Python
Raw Normal View History

2015-06-22 22:47:27 +02:00
try:
VERSION = __import__('pkg_resources') \
.get_distribution(__name__).version
except Exception, e:
2015-07-21 22:06:13 +02:00
VERSION = 'unknown'