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