diff options
| author | Travis Oliphant <oliphant@enthought.com> | 2005-11-13 03:12:09 +0000 |
|---|---|---|
| committer | Travis Oliphant <oliphant@enthought.com> | 2005-11-13 03:12:09 +0000 |
| commit | 513d80a5a37a3f6e7bb31e4fc4437fd229d8906c (patch) | |
| tree | 4e9a7227be0d5680ae8595e6afa5d0e1e007fa8d | |
| parent | 5a215e75e2ee5100c1e6076123b10f135f62b14c (diff) | |
| download | numpy-0.6.1.tar.gz | |
Removed svn tag.v0.6.1
| -rw-r--r-- | scipy/core_version.py | 20 |
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 |
