diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-10-14 09:57:42 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-10-14 10:17:49 +0300 |
commit | f13bfc9a1e469983083b02e19cf963678ace66c0 (patch) | |
tree | 08bbf5b3ec11f1ce4aa614c451089b74caec35e2 /contrib/python/ipython/py3/IPython/terminal/ipapp.py | |
parent | 82c487106cdf6fa8ae9a18967e53de52fb52e4e8 (diff) | |
download | ydb-f13bfc9a1e469983083b02e19cf963678ace66c0.tar.gz |
Update contrib/python/ipython/py3 to 8.16.0
Diffstat (limited to 'contrib/python/ipython/py3/IPython/terminal/ipapp.py')
-rw-r--r-- | contrib/python/ipython/py3/IPython/terminal/ipapp.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/python/ipython/py3/IPython/terminal/ipapp.py b/contrib/python/ipython/py3/IPython/terminal/ipapp.py index 6280bce3b2..eed452c935 100644 --- a/contrib/python/ipython/py3/IPython/terminal/ipapp.py +++ b/contrib/python/ipython/py3/IPython/terminal/ipapp.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # encoding: utf-8 """ The :class:`~traitlets.config.application.Application` object for the command @@ -337,7 +336,3 @@ def load_default_config(ipython_dir=None): return app.config launch_new_instance = TerminalIPythonApp.launch_instance - - -if __name__ == '__main__': - launch_new_instance() |