##// END OF EJS Templates
Nicer formatting for default kernel files
Thomas Kluyver -
Show More
@@ -79,7 +79,7 def _make_native_kernel_dir():
79 'codemirror_mode': {'name': 'python',
79 'codemirror_mode': {'name': 'python',
80 'version': sys.version_info[0]},
80 'version': sys.version_info[0]},
81 },
81 },
82 f)
82 f, indent=1)
83 # TODO: Copy icons into directory
83 # TODO: Copy icons into directory
84 return path
84 return path
85
85
General Comments 0
You need to be logged in to leave comments. Login now