##// END OF EJS Templates
Remove unused import
Fernando Perez -
Show More
@@ -33,7 +33,7 b' import os'
33 33 import sys
34 34 # IPython's own
35 35 from IPython import PyColorize
36 from IPython.genutils import page,indent,Term,mkdict
36 from IPython.genutils import page,indent,Term
37 37 from IPython.Itpl import itpl
38 38 from IPython.wildcard import list_namespace
39 39 from IPython.ColorANSI import *
General Comments 0
You need to be logged in to leave comments. Login now