##// END OF EJS Templates
cleanup unused bits
Paul Ivanov -
Show More
@@ -19,7 +19,6 b' from __future__ import absolute_import'
19 #-----------------------------------------------------------------------------
19 #-----------------------------------------------------------------------------
20
20
21 import os
21 import os
22 import pipes
23 import re
22 import re
24 import sys
23 import sys
25 import tempfile
24 import tempfile
@@ -38,7 +37,6 b' except ImportError:'
38 has_nose = False
37 has_nose = False
39
38
40 from IPython.config.loader import Config
39 from IPython.config.loader import Config
41 from IPython.utils.process import getoutputerror
42 from IPython.utils.text import list_strings
40 from IPython.utils.text import list_strings
43 from IPython.utils.io import temp_pyfile, Tee
41 from IPython.utils.io import temp_pyfile, Tee
44 from IPython.utils import py3compat
42 from IPython.utils import py3compat
@@ -208,7 +206,6 b' def ipexec(fname, options=None):'
208 ]
206 ]
209 cmdargs = default_argv() + prompt_opts + options
207 cmdargs = default_argv() + prompt_opts + options
210
208
211 _ip = get_ipython()
212 test_dir = os.path.dirname(__file__)
209 test_dir = os.path.dirname(__file__)
213
210
214 ipython_cmd = get_ipython_cmd()
211 ipython_cmd = get_ipython_cmd()
General Comments 0
You need to be logged in to leave comments. Login now