~sakuag333/mailman/lmtp-duplicate-id

« back to all changes in this revision

Viewing changes to mailman/bin/list_lists.py

  • Committer: Barry Warsaw
  • Date: 2009-01-05 00:41:05 UTC
  • Revision ID: barry@list.org-20090105004105-rip8cilgzb99z9mv
PickingĀ someĀ (py)lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# You should have received a copy of the GNU General Public License along with
16
16
# GNU Mailman.  If not, see <http://www.gnu.org/licenses/>.
17
17
 
18
 
from mailman import Defaults
19
18
from mailman.config import config
20
19
from mailman.i18n import _
21
20
from mailman.options import Options
23
22
 
24
23
 
25
24
class ScriptOptions(Options):
26
 
    usage=_("""\
 
25
    usage = _("""\
27
26
%prog [options]
28
27
 
29
28
List all mailing lists.""")