Skip to content
Snippets Groups Projects
Commit 826ca2bc authored by mads's avatar mads
Browse files

test

parent f2ac9fa1
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ from __future__ import absolute_import ...@@ -5,7 +5,7 @@ from __future__ import absolute_import
from future import standard_library from future import standard_library
standard_library.install_aliases() standard_library.install_aliases()
import pkg_resources import pkg_resources
test = "TEST" test = "TEST"
try: try:
__version__ = pkg_resources.get_distribution(__name__).version __version__ = pkg_resources.get_distribution(__name__).version
except: except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment