From edfdf8ecd2ceb615851a12e55c9da88e1e8c6e5e Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Thu, 23 Jul 1998 14:32:52 +0000 Subject: Fixed package name in import of __logexc. If the module is not in the current directory, the full path of the package must be given. Strictly speaking, the package path isn't necessary since it is guaranteed to find the right Utils. --- Mailman/Logging/Logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/Logging/Logger.py') 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: -- cgit v1.2.3-70-g09d2