Skip to content

Commit

Permalink
remove mention of IPython.genutils (deprecated 7+ years)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Dec 4, 2024
1 parent 78225b3 commit 6da8054
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/python/pyflyby/_interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -1156,11 +1156,6 @@ def UpdateIPythonStdioCtx():
module = sys.modules["IPython.utils.io"]
container = module
IOStream = module.IOStream
elif "IPython.genutils" in sys.modules:
# Tested with IPython 0.10.
module = sys.modules["IPython.genutils"]
container = module.Term
IOStream = module.IOStream
else:
# IPython version too old or too new?
# For now just silently do nothing.
Expand Down

0 comments on commit 6da8054

Please sign in to comment.