projects
/
pandas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61ae58f
)
deb_nonversioneer_version
author
NeuroDebian Team
<team@neuro.debian.net>
Sat, 15 Oct 2016 11:18:39 +0000
(11:18 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Sat, 15 Oct 2016 11:18:39 +0000
(11:18 +0000)
Gbp-Pq: Name deb_nonversioneer_version
pandas/__init__.py
patch
|
blob
|
history
diff --git
a/pandas/__init__.py
b/pandas/__init__.py
index 2d91c97144e3cd724f10d2223784e9dd360e49eb..27b9d471198e19fc4100256df3ac3b257a79a184 100644
(file)
--- a/
pandas/__init__.py
+++ b/
pandas/__init__.py
@@
-59,7
+59,4
@@
test = NoseTester().test
del NoseTester
# use the closest tagged version if possible
-from ._version import get_versions
-v = get_versions()
-__version__ = v.get('closest-tag',v['version'])
-del get_versions, v
+from .__version import version as __version__