diff options
| author | Travis Oliphant <oliphant@enthought.com> | 2005-11-12 04:28:26 +0000 |
|---|---|---|
| committer | Travis Oliphant <oliphant@enthought.com> | 2005-11-12 04:28:26 +0000 |
| commit | 5ac24f59ed0053f58781d198e64e6ebe6dbe1d69 (patch) | |
| tree | a51dadcb8828a33761d78ecf41d04a4836515c03 | |
| parent | 280dfb5924f132f8e5103bd44d9c468f9255f9ca (diff) | |
| download | numpy-0.6.0.tar.gz | |
Fixed problem.v0.6.0
| -rw-r--r-- | scipy/core_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/core_version.py b/scipy/core_version.py index 5ae23b2c3..6f18e5bf0 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -2,7 +2,7 @@ version='0.6.0' #import os #svn_version_file = os.path.join(os.path.dirname(__file__), - 'base','__svn_version__.py') +# 'base','__svn_version__.py') #if os.path.isfile(svn_version_file): # import imp # svn = imp.load_module('scipy.base.__svn_version__', |
