We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800dfbd commit 98be641Copy full SHA for 98be641
1 file changed
doc/make_version.py
@@ -11,6 +11,8 @@
11
print version_history
12
"""
13
14
+import sys
15
+sys.path.append("..")
16
from scan.version import __version__, version_history
17
18
print "Version history::"
0 commit comments