##// END OF EJS Templates
Fix capitalization on pathlib import
Justin Palmer -
Show More
@@ -11,7 +11,7 b''
11 11 import re
12 12 import shlex
13 13 import sys
14 from Pathlib import Path
14 from pathlib import Path
15 15
16 16 from pathlib import Path
17 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