diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-10-08 21:34:40 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-10-08 21:34:40 +0000 |
commit | 747d81f9f90d8fd1b98afa7173d243ef78881ae7 (patch) | |
tree | 34068089e0acb5617e5e60e93f098f247c014aff /scipy/core_version.py | |
parent | 92af93ffa41e2007cc9919d165bad0b652b2bdcf (diff) | |
download | numpy-747d81f9f90d8fd1b98afa7173d243ef78881ae7.tar.gz |
Fixed typo and moved __svn_version__ for core
Diffstat (limited to 'scipy/core_version.py')
-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 c97ced967..facdbf865 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,7 +1,7 @@ version='0.4.2' try: - import __svn_version__ as svn + import scipy.base.__svn_version__ as svn version += '.'+svn.version except ImportError: pass |