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