From e9c3d3cb51a7753a94f926154c192fba863cc395 Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Fri, 1 Feb 2008 18:53:42 +0100 Subject: The log in __builtins__ might have some strange sideeffects. --- pyfirstaidkit/interpret.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyfirstaidkit/interpret.py') diff --git a/pyfirstaidkit/interpret.py b/pyfirstaidkit/interpret.py index 888756c..a103745 100644 --- a/pyfirstaidkit/interpret.py +++ b/pyfirstaidkit/interpret.py @@ -15,11 +15,11 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#from log import Logger from plugins import PluginSystem from reporting import Reports, TASKER import logging import copy +import Logger class RunDependencies(object): """Encapsulate flags used to control the dependencies between plugins""" -- cgit