diff options
author | Joel Andres Granados <jgranado@redhat.com> | 2008-01-16 11:42:37 +0100 |
---|---|---|
committer | Joel Andres Granados <jgranado@redhat.com> | 2008-01-16 11:42:37 +0100 |
commit | 7c8b79f848a0eca3ab4c3467509791d46e7dd5af (patch) | |
tree | 2f6e4ea96bbe5d8ced53dee0fb75bc5c6a488109 /pyfirstaidkit/plugins.py | |
parent | cda9627f1a4e177b81bbf9bb55e78ab2918fc38e (diff) | |
download | firstaidkit-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.py | 2 |
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 |