[pytango] 267/483: fix to work with ipython >=1.0
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit eeae3c25f4065e8c81d6f896f1c050e5e98fadc7
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Wed Jul 10 07:32:39 2013 +0000
fix to work with ipython >=1.0
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@23101 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
src/boost/python/ipython/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/boost/python/ipython/__init__.py b/src/boost/python/ipython/__init__.py
index 6b74895..b51c551 100644
--- a/src/boost/python/ipython/__init__.py
+++ b/src/boost/python/ipython/__init__.py
@@ -54,7 +54,7 @@ if ipv >= [0, 10] and ipv < [0, 11]:
load_config = None
load_ipython_extension = None
unload_ipython_extension = None
-elif ipv >= [0, 11] and ipv < [1, 0]:
+elif ipv >= [0, 11]:
from . import ipython_00_11
init_ipython = None
install = ipython_00_11.install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list