##// END OF EJS Templates
Make `ipapp.py` unrunnable as one py file, due to relative import in file
Maroš Telka -
Show More
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # encoding: utf-8
1 # encoding: utf-8
3 """
2 """
4 The :class:`~traitlets.config.application.Application` object for the command
3 The :class:`~traitlets.config.application.Application` object for the command
@@ -337,7 +336,3 b' def load_default_config(ipython_dir=None):'
337 return app.config
336 return app.config
338
337
339 launch_new_instance = TerminalIPythonApp.launch_instance
338 launch_new_instance = TerminalIPythonApp.launch_instance
340
341
342 if __name__ == '__main__':
343 launch_new_instance()
General Comments 0
You need to be logged in to leave comments. Login now