summaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authormailman1998-04-09 23:09:44 +0000
committermailman1998-04-09 23:09:44 +0000
commit653be2d8e312e9482aeb7ea0f0f1e3b736d34d05 (patch)
treee0ce3271c98d1bb59e37618823d5f953fe45e8f7 /cgi
parenta4b01be773427b56057297f2744ed9dec397f1db (diff)
downloadmailman-653be2d8e312e9482aeb7ea0f0f1e3b736d34d05.tar.gz
mailman-653be2d8e312e9482aeb7ea0f0f1e3b736d34d05.tar.zst
mailman-653be2d8e312e9482aeb7ea0f0f1e3b736d34d05.zip
Preparing to package a distribution - add __version__ info.
Diffstat (limited to 'cgi')
-rwxr-xr-xcgi/handle_opts2
-rwxr-xr-xcgi/listinfo2
-rwxr-xr-xcgi/options2
-rwxr-xr-xcgi/roster2
-rwxr-xr-xcgi/subscribe2
5 files changed, 10 insertions, 0 deletions
diff --git a/cgi/handle_opts b/cgi/handle_opts
index e6aa47ad2..a41002ffb 100755
--- a/cgi/handle_opts
+++ b/cgi/handle_opts
@@ -2,6 +2,8 @@
"""Process input to user options form."""
+__version__ = "$Revision: 388 $"
+
import sys
sys.path.append('/home/mailman/mailman/modules')
diff --git a/cgi/listinfo b/cgi/listinfo
index 3612d4bfa..d0c1d122d 100755
--- a/cgi/listinfo
+++ b/cgi/listinfo
@@ -4,6 +4,8 @@
Errors are redirected to logs/errors."""
+__version__ = "$Revision: 388 $"
+
# No lock needed in this script, because we don't change data.
import sys
diff --git a/cgi/options b/cgi/options
index 4856c557c..930153f7f 100755
--- a/cgi/options
+++ b/cgi/options
@@ -6,6 +6,8 @@ Takes listname/userid in PATH_INFO, expecting an "obscured" userid.
(Depending on the mm_utils.{O,Uno}bscureEmail utilities tolerance,
will work fine with an unobscured ids as well.)"""
+__version__ = "$Revision: 388 $"
+
# We don't need to lock in this script, because we're never going to change
# data.
diff --git a/cgi/roster b/cgi/roster
index 1c3d7492f..82278dd59 100755
--- a/cgi/roster
+++ b/cgi/roster
@@ -4,6 +4,8 @@
Takes listname in PATH_INFO."""
+__version__ = "$Revision: 388 $"
+
# We don't need to lock in this script, because we're never going to change
# data.
diff --git a/cgi/subscribe b/cgi/subscribe
index 00748e6b2..960e807b3 100755
--- a/cgi/subscribe
+++ b/cgi/subscribe
@@ -2,6 +2,8 @@
"""Process listinfo form submission, ie subscriptions or roster requests."""
+__version__ = "$Revision: 388 $"
+
import sys
sys.path.append('/home/mailman/mailman/modules')