Skip to content

Commit

Permalink
Merge pull request #382 from Carreau/gen
Browse files Browse the repository at this point in the history
remove mention of IPython.genutils (deprecated 7+ years)
  • Loading branch information
Carreau authored Dec 10, 2024
2 parents bb21d09 + 6da8054 commit f2a05eb
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 f2a05eb

Please sign in to comment.