diff options
| author | Barry Warsaw | 2012-04-06 16:50:03 -0600 |
|---|---|---|
| committer | Barry Warsaw | 2012-04-06 16:50:03 -0600 |
| commit | f438cda60f1db1521a256422ccca123160b94315 (patch) | |
| tree | c9b1fa82e77e3a8eb74243fcae9bf39aaf1b01ab /src/mailman/commands/cli_withlist.py | |
| parent | ef32581618bb0c96b91e2d55a9f4b166108421ce (diff) | |
| parent | 8f430c1d1ddf74a851a1f3fd2d9c51ef4abe0308 (diff) | |
| download | mailman-f438cda60f1db1521a256422ccca123160b94315.tar.gz mailman-f438cda60f1db1521a256422ccca123160b94315.tar.zst mailman-f438cda60f1db1521a256422ccca123160b94315.zip | |
Diffstat (limited to 'src/mailman/commands/cli_withlist.py')
| -rw-r--r-- | src/mailman/commands/cli_withlist.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mailman/commands/cli_withlist.py b/src/mailman/commands/cli_withlist.py index 55d9ff5ec..e514c798f 100644 --- a/src/mailman/commands/cli_withlist.py +++ b/src/mailman/commands/cli_withlist.py @@ -172,8 +172,7 @@ class Withlist: readline.parse_and_bind('tab: complete') except ImportError: pass - else: - sys.ps1 = config.shell.prompt + ' ' + sys.ps1 = config.shell.prompt + ' ' interact(upframe=False, banner=banner, overrides=overrides) def _details(self): |
