##// END OF EJS Templates
clean up
Srinivas Reddy Thatiparthy -
Show More
@@ -22,7 +22,7 b' from IPython.core.history import HistoryManager, extract_hist_ranges'
22 22 from IPython.utils import py3compat
23 23
24 24 def setUp():
25 nt.assert_equal(sys.getdefaultencoding(), "utf-8" if py3compat.PY3 else "ascii")
25 nt.assert_equal(sys.getdefaultencoding(), "utf-8")
26 26
27 27 def test_history():
28 28 ip = get_ipython()
General Comments 0
You need to be logged in to leave comments. Login now