summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit/interpret.py
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-02-01 19:16:08 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-02-01 19:16:08 +0100
commit89b3e6248d2e66c992f3a1affb70b05de51001b0 (patch)
treeca07c1759adc813b584167dc5ce47f0e4ab65299 /pyfirstaidkit/interpret.py
parente9c3d3cb51a7753a94f926154c192fba863cc395 (diff)
downloadfirstaidkit-89b3e6248d2e66c992f3a1affb70b05de51001b0.tar.gz
firstaidkit-89b3e6248d2e66c992f3a1affb70b05de51001b0.tar.xz
firstaidkit-89b3e6248d2e66c992f3a1affb70b05de51001b0.zip
Make logging work
Diffstat (limited to 'pyfirstaidkit/interpret.py')
-rw-r--r--pyfirstaidkit/interpret.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyfirstaidkit/interpret.py b/pyfirstaidkit/interpret.py
index a103745..0d925f8 100644
--- a/pyfirstaidkit/interpret.py
+++ b/pyfirstaidkit/interpret.py
@@ -19,7 +19,8 @@ from plugins import PluginSystem
from reporting import Reports, TASKER
import logging
import copy
-import Logger
+
+Logger=logging.getLogger("firstaidkit")
class RunDependencies(object):
"""Encapsulate flags used to control the dependencies between plugins"""