------------------------------------------------------------
revno: 6788
committer: Barry Warsaw <[email protected]>
branch nick: 3.0
timestamp: Tue 2009-08-25 11:19:38 -0400
message:
  Fix buglet.
modified:
  src/mailman/commands/cli_lists.py


--
lp:mailman
https://code.launchpad.net/~mailman-coders/mailman/3.0

Your team Mailman Checkins is subscribed to branch lp:mailman.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/3.0/+edit-subscription.
=== modified file 'src/mailman/commands/cli_lists.py'
--- src/mailman/commands/cli_lists.py	2009-08-21 20:11:50 +0000
+++ src/mailman/commands/cli_lists.py	2009-08-25 15:19:38 +0000
@@ -122,6 +122,7 @@
 
     def add(self, parser, command_parser):
         """See `ICLISubCommand`."""
+        self.parser = parser
         command_parser.add_argument(
             '--language',
             type='unicode', metavar='CODE', help=_("""\

_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to