##// END OF EJS Templates
Better name `init_syspath`
Jonathan Frederic -
Show More
@@ -136,12 +136,12 b' class NbConvertApp(BaseIPythonApplication):'
136 @catch_config_error
136 @catch_config_error
137 def initialize(self, argv=None):
137 def initialize(self, argv=None):
138 super(NbConvertApp, self).initialize(argv)
138 super(NbConvertApp, self).initialize(argv)
139 self.init_path()
139 self.init_syspath()
140 self.init_notebooks()
140 self.init_notebooks()
141 self.init_writer()
141 self.init_writer()
142
142
143
143
144 def init_path(self):
144 def init_syspath(self):
145 """
145 """
146 Add the cwd to the sys.path ($PYTHONPATH)
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