diff options
| author | Andrea Crotti | 2012-03-13 03:39:46 +0000 |
|---|---|---|
| committer | Andrea Crotti | 2012-03-13 03:39:46 +0000 |
| commit | f66b5879531dc37509402cc17c1e7bfe817d964c (patch) | |
| tree | 9ee101ed4fcc72c6786885265babe735c17e8578 /src/mailman/interact.py | |
| parent | cb8ee7cd32917fe58a12d4ae767b167356f0a1f5 (diff) | |
| download | mailman-f66b5879531dc37509402cc17c1e7bfe817d964c.tar.gz mailman-f66b5879531dc37509402cc17c1e7bfe817d964c.tar.zst mailman-f66b5879531dc37509402cc17c1e7bfe817d964c.zip | |
Diffstat (limited to 'src/mailman/interact.py')
| -rw-r--r-- | src/mailman/interact.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/interact.py b/src/mailman/interact.py index 613a85b0d..25dcfbc85 100644 --- a/src/mailman/interact.py +++ b/src/mailman/interact.py @@ -28,7 +28,7 @@ import os import sys import code -DEFAULT_BANNER = "" +DEFAULT_BANNER = '' |
