diff options
| author | mailman | 1998-04-09 23:09:44 +0000 |
|---|---|---|
| committer | mailman | 1998-04-09 23:09:44 +0000 |
| commit | 653be2d8e312e9482aeb7ea0f0f1e3b736d34d05 (patch) | |
| tree | e0ce3271c98d1bb59e37618823d5f953fe45e8f7 /cgi | |
| parent | a4b01be773427b56057297f2744ed9dec397f1db (diff) | |
| download | mailman-653be2d8e312e9482aeb7ea0f0f1e3b736d34d05.tar.gz mailman-653be2d8e312e9482aeb7ea0f0f1e3b736d34d05.tar.zst mailman-653be2d8e312e9482aeb7ea0f0f1e3b736d34d05.zip | |
Preparing to package a distribution - add __version__ info.
Diffstat (limited to 'cgi')
| -rwxr-xr-x | cgi/handle_opts | 2 | ||||
| -rwxr-xr-x | cgi/listinfo | 2 | ||||
| -rwxr-xr-x | cgi/options | 2 | ||||
| -rwxr-xr-x | cgi/roster | 2 | ||||
| -rwxr-xr-x | cgi/subscribe | 2 |
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') |
