Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/repl/all.py: Also import get_display_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Feb 19, 2022
1 parent 826061a commit 738b703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/repl/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
'attach', 'detach', 'attached_files', 'load_attach_path',
'reset_load_attach_path', 'load_attach_mode'])

from sage.repl.rich_output.display_manager import get_display_manager

from sage.repl.rich_output.pretty_print import pretty_print, show

0 comments on commit 738b703

Please sign in to comment.