entrust plugin inital edit
This commit is contained in:
parent
f47f108f43
commit
a99a84b0b2
6
lemur/plugins/lemur_entrust/__init__.py
Normal file
6
lemur/plugins/lemur_entrust/__init__.py
Normal file
@ -0,0 +1,6 @@
|
||||
"""Set the version information."""
|
||||
try:
|
||||
VERSION = __import__("pkg_resources").get_distribution(__name__).version
|
||||
except Exception as e:
|
||||
VERSION = "unknown"
|
||||
|
Loading…
Reference in New Issue
Block a user