Commit e8b1f11f authored by Jim Fulton's avatar Jim Fulton

Added missing import that caused version info to be ommitted.

parent de531456
......@@ -83,6 +83,8 @@
#
##############################################################################
import os
def version_txt():
try: return open(os.path.join(SOFTWARE_HOME,'version.txt')).read()
except: return '(unreleased version)'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment