Skip to content

Commit

Permalink
Stop using utils.StringIO
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Jan 2, 2020
1 parent 481ad7c commit 004b483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galgebra/printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def redirect():
pass
else:
GaLatexPrinter.stdout = sys.stdout
sys.stdout = utils.StringIO()
sys.stdout = io.StringIO()
return

@staticmethod
Expand Down

0 comments on commit 004b483

Please sign in to comment.