Show More
1 | NO CONTENT: file renamed from IPython/frontend/qt/console/ipythonqt.py to IPython/frontend/qt/console/qtconsoleapp.py |
|
NO CONTENT: file renamed from IPython/frontend/qt/console/ipythonqt.py to IPython/frontend/qt/console/qtconsoleapp.py |
@@ -194,7 +194,6 b' aliases.update(dict(' | |||||
194 | class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp): |
|
194 | class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp): | |
195 | name = u'ipython' |
|
195 | name = u'ipython' | |
196 | description = usage.cl_usage |
|
196 | description = usage.cl_usage | |
197 | # command_line_loader = IPAppConfigLoader |
|
|||
198 | default_config_file_name = default_config_file_name |
|
197 | default_config_file_name = default_config_file_name | |
199 | crash_handler_class = IPAppCrashHandler |
|
198 | crash_handler_class = IPAppCrashHandler | |
200 |
|
199 | |||
@@ -202,8 +201,8 b' class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):' | |||||
202 | aliases = Dict(aliases) |
|
201 | aliases = Dict(aliases) | |
203 | classes = [InteractiveShellApp, TerminalInteractiveShell, ProfileDir, PlainTextFormatter] |
|
202 | classes = [InteractiveShellApp, TerminalInteractiveShell, ProfileDir, PlainTextFormatter] | |
204 | subcommands = Dict(dict( |
|
203 | subcommands = Dict(dict( | |
205 |
qtconsole=('IPython.frontend.qt.console. |
|
204 | qtconsole=('IPython.frontend.qt.console.qtconsoleapp.IPythonQtConsoleApp', | |
206 |
"""Launch the IPython QtConsole. |
|
205 | """Launch the IPython Qt Console.""" | |
207 | ) |
|
206 | ) | |
208 | )) |
|
207 | )) | |
209 |
|
208 |
@@ -280,7 +280,7 b' def find_scripts(entry_points=False):' | |||||
280 | 'irunner = IPython.lib.irunner:main' |
|
280 | 'irunner = IPython.lib.irunner:main' | |
281 | ] |
|
281 | ] | |
282 | gui_scripts = [ |
|
282 | gui_scripts = [ | |
283 |
'ipython-qtconsole = IPython.frontend.qt.console. |
|
283 | 'ipython-qtconsole = IPython.frontend.qt.console.qtconsoleapp:main', | |
284 | ] |
|
284 | ] | |
285 | scripts = dict(console_scripts=console_scripts, gui_scripts=gui_scripts) |
|
285 | scripts = dict(console_scripts=console_scripts, gui_scripts=gui_scripts) | |
286 | else: |
|
286 | else: | |
@@ -292,7 +292,6 b' def find_scripts(entry_points=False):' | |||||
292 | pjoin(parallel_scripts, 'ipcluster'), |
|
292 | pjoin(parallel_scripts, 'ipcluster'), | |
293 | pjoin(parallel_scripts, 'iplogger'), |
|
293 | pjoin(parallel_scripts, 'iplogger'), | |
294 | pjoin(main_scripts, 'ipython'), |
|
294 | pjoin(main_scripts, 'ipython'), | |
295 | pjoin(main_scripts, 'ipython-qtconsole'), |
|
|||
296 | pjoin(main_scripts, 'pycolor'), |
|
295 | pjoin(main_scripts, 'pycolor'), | |
297 | pjoin(main_scripts, 'irunner'), |
|
296 | pjoin(main_scripts, 'irunner'), | |
298 | pjoin(main_scripts, 'iptest') |
|
297 | pjoin(main_scripts, 'iptest') |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now