summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit/plugins.py
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-01-16 11:42:37 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-01-16 11:42:37 +0100
commit7c8b79f848a0eca3ab4c3467509791d46e7dd5af (patch)
tree2f6e4ea96bbe5d8ced53dee0fb75bc5c6a488109 /pyfirstaidkit/plugins.py
parentcda9627f1a4e177b81bbf9bb55e78ab2918fc38e (diff)
downloadfirstaidkit-7c8b79f848a0eca3ab4c3467509791d46e7dd5af.tar.gz
firstaidkit-7c8b79f848a0eca3ab4c3467509791d46e7dd5af.tar.xz
firstaidkit-7c8b79f848a0eca3ab4c3467509791d46e7dd5af.zip
Log the pluginsystem stuff ot a file.
Put the Logger in the __builtin__. Use Config object to initialize the default values.
Diffstat (limited to 'pyfirstaidkit/plugins.py')
-rw-r--r--pyfirstaidkit/plugins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyfirstaidkit/plugins.py b/pyfirstaidkit/plugins.py
index a82743f..5d4903a 100644
--- a/pyfirstaidkit/plugins.py
+++ b/pyfirstaidkit/plugins.py
@@ -21,7 +21,7 @@ from errors import *
from copy import copy,deepcopy
import FirstAidKit
-from log import Logger
+#from log import Logger
import imp
import os