summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/populate_new_list3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/populate_new_list b/bin/populate_new_list
index 9eb3844ef..528bc7db4 100755
--- a/bin/populate_new_list
+++ b/bin/populate_new_list
@@ -9,6 +9,9 @@
The email address lists must not have comments or other fancy formatting -
just email addrs, one per line."""
+__version__ = "$Revision: 380 $"
+# $Source$
+
import sys, os, crypt, string
sys.path.append('/home/mailman/mailman/modules')