diff options
| author | bwarsaw | 2002-02-27 00:01:27 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-02-27 00:01:27 +0000 |
| commit | cd102664bab5b586d1d3be4cbf3797235f3e872f (patch) | |
| tree | 00e2a0f5c68a9a41dfee40c35503f76ec94bbb23 | |
| parent | f2b01cbf2498e5cba8b3a79e123237daac42515b (diff) | |
| download | mailman-cd102664bab5b586d1d3be4cbf3797235f3e872f.tar.gz mailman-cd102664bab5b586d1d3be4cbf3797235f3e872f.tar.zst mailman-cd102664bab5b586d1d3be4cbf3797235f3e872f.zip | |
| -rw-r--r-- | Mailman/Gui/Archive.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Gui/Archive.py b/Mailman/Gui/Archive.py index 2f60cc4d1..59c2fd10a 100644 --- a/Mailman/Gui/Archive.py +++ b/Mailman/Gui/Archive.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 by the Free Software Foundation, Inc. +# Copyright (C) 2001,2002 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -16,10 +16,11 @@ from Mailman import mm_cfg from Mailman.i18n import _ +from Mailman.Gui.GUIBase import GUIBase -class Archive: +class Archive(GUIBase): def GetConfigCategory(self): return 'archive', _('Archiving Options') @@ -41,4 +42,3 @@ class Archive: 0, _('How often should a new archive volume be started?')), ] - |
