File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def get_hold():
4040
4141def get_mail_list ():
4242 from Mailman .MailList import MailList
43- return MailList
43+ return MailList . MailList
4444
4545class ModeratedMemberPost (get_hold ().ModeratedPost ):
4646 # BAW: I wanted to use the reason below to differentiate between this
Original file line number Diff line number Diff line change 5252# Lazy import to avoid circular dependency
5353def get_mail_list ():
5454 import Mailman .MailList as MailList
55- return MailList
55+ return MailList . MailList
5656
5757COMMASPACE = ', '
5858
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def get_replybot():
5252
5353def get_maillist ():
5454 import Mailman .MailList as MailList
55- return MailList
55+ return MailList . MailList
5656
5757NL = '\n '
5858CONTINUE = 0
Original file line number Diff line number Diff line change 4141# Lazy import to avoid circular dependency
4242def get_mail_list ():
4343 import Mailman .MailList as MailList
44- return MailList
44+ return MailList . MailList
4545
4646def get_replybot ():
4747 import Mailman .Handlers .Replybot as Replybot
You can’t perform that action at this time.
0 commit comments