summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit/interpret.py
diff options
context:
space:
mode:
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"""