projects
/
pandas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0b6609
)
deb_nonversioneer_version
author
NeuroDebian Team
<team@neuro.debian.net>
Tue, 11 Jul 2017 00:00:59 +0000
(
01:00
+0100)
committer
Yaroslav Halchenko
<debian@onerussian.com>
Tue, 11 Jul 2017 00:00:59 +0000
(
01:00
+0100)
Gbp-Pq: Name deb_nonversioneer_version
pandas/__init__.py
patch
|
blob
|
history
diff --git
a/pandas/__init__.py
b/pandas/__init__.py
index 48ac9d173559da7e567280463e1eeeb95722a781..4b02059a8ce8a53cb7529cdff7423d5ec2bc8bbd 100644
(file)
--- a/
pandas/__init__.py
+++ b/
pandas/__init__.py
@@
-80,11
+80,7
@@
tslib = _DeprecatedModule(deprmod='pandas.tslib',
'NaTType': 'type(pandas.NaT)',
'OutOfBoundsDatetime': 'pandas.errors.OutOfBoundsDatetime'})
-# 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__
# module level doc-string
__doc__ = """