diff options
| author | Barry Warsaw | 2009-08-09 11:01:16 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-08-09 11:01:16 -0400 |
| commit | df000679f72bfbf1d40e7d1553b376cda524be95 (patch) | |
| tree | 72ad1c8419984283bf53959a616ee903a64244af /src/mailman/commands | |
| parent | 9cb2d844baf1ec47bed25fd48e5762ab641b5498 (diff) | |
| download | mailman-df000679f72bfbf1d40e7d1553b376cda524be95.tar.gz mailman-df000679f72bfbf1d40e7d1553b376cda524be95.tar.zst mailman-df000679f72bfbf1d40e7d1553b376cda524be95.zip | |
Diffstat (limited to 'src/mailman/commands')
| -rw-r--r-- | src/mailman/commands/cli_lists.py (renamed from src/mailman/commands/lists.py) | 0 | ||||
| -rw-r--r-- | src/mailman/commands/docs/lists.txt | 2 | ||||
| -rw-r--r-- | src/mailman/commands/eml_echo.py (renamed from src/mailman/commands/echo.py) | 0 | ||||
| -rw-r--r-- | src/mailman/commands/eml_end.py (renamed from src/mailman/commands/end.py) | 0 | ||||
| -rw-r--r-- | src/mailman/commands/eml_join.py (renamed from src/mailman/commands/join.py) | 0 |
5 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/lists.py b/src/mailman/commands/cli_lists.py index 6757099d9..6757099d9 100644 --- a/src/mailman/commands/lists.py +++ b/src/mailman/commands/cli_lists.py diff --git a/src/mailman/commands/docs/lists.txt b/src/mailman/commands/docs/lists.txt index 85fe7edc2..6a9bee665 100644 --- a/src/mailman/commands/docs/lists.txt +++ b/src/mailman/commands/docs/lists.txt @@ -11,7 +11,7 @@ line. When there are no mailing lists, a helpful message is displayed. ... domains = None ... full = False - >>> from mailman.commands.lists import Lists + >>> from mailman.commands.cli_lists import Lists >>> command = Lists() >>> command.process(FakeArgs) No matching mailing lists found diff --git a/src/mailman/commands/echo.py b/src/mailman/commands/eml_echo.py index 30590acf8..30590acf8 100644 --- a/src/mailman/commands/echo.py +++ b/src/mailman/commands/eml_echo.py diff --git a/src/mailman/commands/end.py b/src/mailman/commands/eml_end.py index a9298bc92..a9298bc92 100644 --- a/src/mailman/commands/end.py +++ b/src/mailman/commands/eml_end.py diff --git a/src/mailman/commands/join.py b/src/mailman/commands/eml_join.py index d1f9dd816..d1f9dd816 100644 --- a/src/mailman/commands/join.py +++ b/src/mailman/commands/eml_join.py |
