summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormailman1998-04-09 22:48:13 +0000
committermailman1998-04-09 22:48:13 +0000
commite85e709ff3bfa21b5a91f82781cd3bbf09a18b5b (patch)
treec477ab37949d815ebe9b31f64d9cb00218be6d5e
parent9ff3af1a083aebe152282077ba0836daac0ff39b (diff)
downloadmailman-e85e709ff3bfa21b5a91f82781cd3bbf09a18b5b.tar.gz
mailman-e85e709ff3bfa21b5a91f82781cd3bbf09a18b5b.tar.zst
mailman-e85e709ff3bfa21b5a91f82781cd3bbf09a18b5b.zip
Preparing to package a distribution - add __version__, $Source$ info.
-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')