##// END OF EJS Templates
remove commented code
Matthias BUSSONNIER -
Show More
@@ -82,22 +82,9 b' class NbconvertApp(Application):'
82 self.classes.insert(0,ConverterPy)
82 self.classes.insert(0,ConverterPy)
83
83
84 def initialize(self, argv=None):
84 def initialize(self, argv=None):
85 # don't hook up crash handler before parsing command-line
86 self.parse_command_line(argv)
85 self.parse_command_line(argv)
87 cl_config = self.config
86 cl_config = self.config
88 self.update_config(cl_config)
87 self.update_config(cl_config)
89 #self.init_crash_handler()
90 #self.foo = Cnf(config=self.config)
91 #if self.subapp is not None:
92 # stop here if subapp is taking over
93 #return
94 #cl_config = self.config
95 #self.init_profile_dir()
96 #self.init_config_files()
97 #self.load_config_file()
98 # enforce cl-opts override configfile opts:
99 #self.update_config(cl_config)
100
101
88
102 def run(self):
89 def run(self):
103 """Convert a notebook to html in one step"""
90 """Convert a notebook to html in one step"""
General Comments 0
You need to be logged in to leave comments. Login now