summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-11-13 03:12:09 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-11-13 03:12:09 +0000
commit513d80a5a37a3f6e7bb31e4fc4437fd229d8906c (patch)
tree4e9a7227be0d5680ae8595e6afa5d0e1e007fa8d
parent5a215e75e2ee5100c1e6076123b10f135f62b14c (diff)
downloadnumpy-0.6.1.tar.gz
Removed svn tag.v0.6.1
-rw-r--r--scipy/core_version.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/scipy/core_version.py b/scipy/core_version.py
index 0e1332ba6..8fd82573b 100644
--- a/scipy/core_version.py
+++ b/scipy/core_version.py
@@ -1,12 +1,12 @@
version='0.6.1'
-import os
-svn_version_file = os.path.join(os.path.dirname(__file__),
- 'base','__svn_version__.py')
-if os.path.isfile(svn_version_file):
- import imp
- svn = imp.load_module('scipy.base.__svn_version__',
- open(svn_version_file),
- svn_version_file,
- ('.py','U',1))
- version += '.'+svn.version
+#import os
+#svn_version_file = os.path.join(os.path.dirname(__file__),
+# 'base','__svn_version__.py')
+#if os.path.isfile(svn_version_file):
+# import imp
+# svn = imp.load_module('scipy.base.__svn_version__',
+# open(svn_version_file),
+# svn_version_file,
+# ('.py','U',1))
+# version += '.'+svn.version