summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBarry Warsaw2012-04-06 16:50:03 -0600
committerBarry Warsaw2012-04-06 16:50:03 -0600
commitf438cda60f1db1521a256422ccca123160b94315 (patch)
treec9b1fa82e77e3a8eb74243fcae9bf39aaf1b01ab /src
parentef32581618bb0c96b91e2d55a9f4b166108421ce (diff)
parent8f430c1d1ddf74a851a1f3fd2d9c51ef4abe0308 (diff)
downloadmailman-f438cda60f1db1521a256422ccca123160b94315.tar.gz
mailman-f438cda60f1db1521a256422ccca123160b94315.tar.zst
mailman-f438cda60f1db1521a256422ccca123160b94315.zip
Diffstat (limited to 'src')
-rw-r--r--src/mailman/commands/cli_withlist.py3
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):