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