Skip to content

Commit f2a05eb

Browse files
authored
Merge pull request #382 from Carreau/gen
remove mention of IPython.genutils (deprecated 7+ years)
2 parents bb21d09 + 6da8054 commit f2a05eb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/python/pyflyby/_interactive.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,11 +1156,6 @@ def UpdateIPythonStdioCtx():
11561156
module = sys.modules["IPython.utils.io"]
11571157
container = module
11581158
IOStream = module.IOStream
1159-
elif "IPython.genutils" in sys.modules:
1160-
# Tested with IPython 0.10.
1161-
module = sys.modules["IPython.genutils"]
1162-
container = module.Term
1163-
IOStream = module.IOStream
11641159
else:
11651160
# IPython version too old or too new?
11661161
# For now just silently do nothing.

0 commit comments

Comments
 (0)