lemur/lemur/plugins/lemur_openssh/__init__.py

5 lines
129 B
Python
Raw Normal View History

2021-05-08 08:17:11 +02:00
try:
VERSION = __import__("pkg_resources").get_distribution(__name__).version
except Exception as e:
VERSION = "unknown"