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