##// END OF EJS Templates
improve comment
Srinivas Reddy Thatiparthy -
Show More
@@ -21,7 +21,7 b' import nose.tools as nt'
21 try:
21 try:
22 from pathlib import Path
22 from pathlib import Path
23 except ImportError:
23 except ImportError:
24 # Python 2 backport
24 # for Python 3.3
25 from pathlib2 import Path
25 from pathlib2 import Path
26
26
27 from IPython.utils import text
27 from IPython.utils import text
@@ -16,7 +16,7 b' from string import Formatter'
16 try:
16 try:
17 from pathlib import Path
17 from pathlib import Path
18 except ImportError:
18 except ImportError:
19 # Python 2 backport
19 # for Python 3.3
20 from pathlib2 import Path
20 from pathlib2 import Path
21
21
22 from IPython.utils import py3compat
22 from IPython.utils import py3compat
General Comments 0
You need to be logged in to leave comments. Login now