##// END OF EJS Templates
remove unnecessary old codes
dswij -
Show More
@@ -12,7 +12,6 b''
12 12 # Imports
13 13 #-----------------------------------------------------------------------------
14 14
15 import os
16 15 import shutil
17 16 import sys
18 17 import tempfile
@@ -25,7 +24,6 b' import IPython.utils.module_paths as mp'
25 24
26 25 import nose.tools as nt
27 26
28 env = os.environ
29 27 TEST_FILE_PATH = Path(__file__).resolve().parent
30 28
31 29 TMP_TEST_DIR = Path(tempfile.mkdtemp(suffix="with.dot"))
General Comments 0
You need to be logged in to leave comments. Login now