lemur/lemur/plugins/lemur_aws/__init__.py

5 lines
137 B
Python
Raw Normal View History

try:
VERSION = __import__('pkg_resources') \
.get_distribution(__name__).version
except Exception, e:
VERSION = 'unknown'