diff options
Diffstat (limited to 'config/python')
| -rw-r--r-- | config/python/startup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/python/startup.py b/config/python/startup.py index 900a568..0ac908e 100644 --- a/config/python/startup.py +++ b/config/python/startup.py @@ -60,5 +60,5 @@ def register_readline(): sys.__interactivehook__ = register_readline -sys.ps1 = "> " -sys.ps2 = ". " +# sys.ps1 = "> " +# sys.ps2 = ". " |
