We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f7a17 commit aa999dbCopy full SHA for aa999db
1 file changed
Mailman/Queue/IncomingRunner.py
@@ -294,6 +294,9 @@ def _oneloop(self):
294
# order. Return an integer count of the number of files that were
295
# available for this qrunner to process.
296
try:
297
+ # Import MailList here to avoid circular imports
298
+ from Mailman.MailList import MailList
299
+
300
# Get the list of files to process
301
files = self._switchboard.files()
302
filecnt = len(files)
0 commit comments