lemur/plugins/lemur_verisign/__init__.py (4 lines of code) (raw):

try: VERSION = __import__("pkg_resources").get_distribution(__name__).version except Exception as e: VERSION = "unknown"