##// END OF EJS Templates
Better name `init_syspath`
Jonathan Frederic -
Show More
@@ -136,12 +136,12 b' class NbConvertApp(BaseIPythonApplication):'
136 136 @catch_config_error
137 137 def initialize(self, argv=None):
138 138 super(NbConvertApp, self).initialize(argv)
139 self.init_path()
139 self.init_syspath()
140 140 self.init_notebooks()
141 141 self.init_writer()
142 142
143 143
144 def init_path(self):
144 def init_syspath(self):
145 145 """
146 146 Add the cwd to the sys.path ($PYTHONPATH)
147 147 """
General Comments 0
You need to be logged in to leave comments. Login now