On Tue, Mar 26, 2002 at 06:14:23PM -0500, Ron Jarrell wrote:
> 
> /home/mailman/bin/unshunt *
> Traceback (most recent call last):
>   File "/home/mailman/bin/unshunt", line 76, in ?
>     main()
>   File "/home/mailman/bin/unshunt", line 64, in main
>     usage(1)
>   File "/home/mailman/bin/unshunt", line 42, in usage
>     print >> sys.stderr, _(__doc__)
> NameError: global name '_' is not defined

Add 
from Mailman.i18n import _
in the imports section, that should fix it.

Marc
-- 
Microsoft is to operating systems & security ....
                                      .... what McDonalds is to gourmet cooking
  
Home page: http://marc.merlins.org/   |   Finger [EMAIL PROTECTED] for PGP key

_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers

Reply via email to