Skip to content

Commit aa999db

Browse files
committed
update
1 parent e5f7a17 commit aa999db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Mailman/Queue/IncomingRunner.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,9 @@ def _oneloop(self):
294294
# order. Return an integer count of the number of files that were
295295
# available for this qrunner to process.
296296
try:
297+
# Import MailList here to avoid circular imports
298+
from Mailman.MailList import MailList
299+
297300
# Get the list of files to process
298301
files = self._switchboard.files()
299302
filecnt = len(files)

0 commit comments

Comments
 (0)