##// END OF EJS Templates
Fix capitalization on pathlib import
Justin Palmer -
Show More
@@ -11,7 +11,7 b''
11 import re
11 import re
12 import shlex
12 import shlex
13 import sys
13 import sys
14 from Pathlib import Path
14 from pathlib import Path
15
15
16 from pathlib import Path
16 from pathlib import Path
17 from IPython.core.magic import Magics, magics_class, line_magic
17 from IPython.core.magic import Magics, magics_class, line_magic
General Comments 0
You need to be logged in to leave comments. Login now