diff options
Diffstat (limited to 'pyfirstaidkit/interpret.py')
-rw-r--r-- | pyfirstaidkit/interpret.py | 2 |
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""" |