summaryrefslogtreecommitdiff
path: root/Mailman/Logging/Logger.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Logging/Logger.py')
-rw-r--r--Mailman/Logging/Logger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Logging/Logger.py b/Mailman/Logging/Logger.py
index 8a111940a..f1707c786 100644
--- a/Mailman/Logging/Logger.py
+++ b/Mailman/Logging/Logger.py
@@ -19,7 +19,7 @@
import sys
import os
import Mailman.mm_cfg
-from Mailman.Logging.Utils import __logexc
+from Logging.Utils import __logexc
class Logger: