diff options
| author | mailman | 1998-04-09 23:36:38 +0000 |
|---|---|---|
| committer | mailman | 1998-04-09 23:36:38 +0000 |
| commit | 8cc7254b5fdedf3211a193103f6f2a98c3b142aa (patch) | |
| tree | efb811bec354602446ebd2069420202428869b6f | |
| parent | 2b2803c9d12f7f96a2d271cb82f54794af0829af (diff) | |
| download | mailman-8cc7254b5fdedf3211a193103f6f2a98c3b142aa.tar.gz mailman-8cc7254b5fdedf3211a193103f6f2a98c3b142aa.tar.zst mailman-8cc7254b5fdedf3211a193103f6f2a98c3b142aa.zip | |
| -rw-r--r-- | Mailman/mm_cfg.py.dist.in | 2 | ||||
| -rw-r--r-- | modules/mm_cfg.py.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Mailman/mm_cfg.py.dist.in b/Mailman/mm_cfg.py.dist.in index 602c96daf..f8e525664 100644 --- a/Mailman/mm_cfg.py.dist.in +++ b/Mailman/mm_cfg.py.dist.in @@ -17,6 +17,8 @@ setting by using the value as a format string against the list-instance-object's dictionary - see the distributed value of DEFAULT_MSG_FOOTER for an example.""" +__version__ = "$Revision: 392 $" + ####################################################### # Here's where we get the distributed defaults. # diff --git a/modules/mm_cfg.py.in b/modules/mm_cfg.py.in index 602c96daf..f8e525664 100644 --- a/modules/mm_cfg.py.in +++ b/modules/mm_cfg.py.in @@ -17,6 +17,8 @@ setting by using the value as a format string against the list-instance-object's dictionary - see the distributed value of DEFAULT_MSG_FOOTER for an example.""" +__version__ = "$Revision: 392 $" + ####################################################### # Here's where we get the distributed defaults. # |
