summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/import.txt
diff options
context:
space:
mode:
authorBarry Warsaw2010-05-06 13:39:11 -0400
committerBarry Warsaw2010-05-06 13:39:11 -0400
commit4e2003c2bd43822eeddc03cefd163f4f9311c4bb (patch)
treef855eacda52a8ff3e19a8cf107068abd5a40d384 /src/mailman/commands/docs/import.txt
parent522da600c2bb04ef9a02351234ec1f95b68c7baa (diff)
downloadmailman-4e2003c2bd43822eeddc03cefd163f4f9311c4bb.tar.gz
mailman-4e2003c2bd43822eeddc03cefd163f4f9311c4bb.tar.zst
mailman-4e2003c2bd43822eeddc03cefd163f4f9311c4bb.zip
Refactor the actual imports into a utility. This leaves the command to
process just the front-end.
Diffstat (limited to 'src/mailman/commands/docs/import.txt')
-rw-r--r--src/mailman/commands/docs/import.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/commands/docs/import.txt b/src/mailman/commands/docs/import.txt
index 61db46c37..f1ab072ec 100644
--- a/src/mailman/commands/docs/import.txt
+++ b/src/mailman/commands/docs/import.txt
@@ -50,3 +50,5 @@ import, the mailing list's 'real name' has changed.
>>> command.process(FakeArgs)
>>> print mlist.real_name
Test
+
+See `../../utilities/docs/importer.txt` for more details.