summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit/interpret.py
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-02-01 18:53:42 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-02-01 18:53:42 +0100
commite9c3d3cb51a7753a94f926154c192fba863cc395 (patch)
treeb76c01969ce67392290c8e4074e94e91cd827930 /pyfirstaidkit/interpret.py
parent7a4683d8c30f89e7eb5a9cb3cbacee4da6f77ac6 (diff)
downloadfirstaidkit-e9c3d3cb51a7753a94f926154c192fba863cc395.tar.gz
firstaidkit-e9c3d3cb51a7753a94f926154c192fba863cc395.tar.xz
firstaidkit-e9c3d3cb51a7753a94f926154c192fba863cc395.zip
The log in __builtins__ might have some strange sideeffects.
Diffstat (limited to 'pyfirstaidkit/interpret.py')
-rw-r--r--pyfirstaidkit/interpret.py2
1 files changed, 1 insertions, 1 deletions
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"""