summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-02-01 19:19:41 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-02-01 19:19:41 +0100
commit1a25a140af0120079a745f7de3044b37ae9466c5 (patch)
treec65c0e921e8531074a940af5c2c7e8cdfe697f94
parent89b3e6248d2e66c992f3a1affb70b05de51001b0 (diff)
downloadfirstaidkit-1a25a140af0120079a745f7de3044b37ae9466c5.tar.gz
firstaidkit-1a25a140af0120079a745f7de3044b37ae9466c5.tar.xz
firstaidkit-1a25a140af0120079a745f7de3044b37ae9466c5.zip
We already imported the pyfirstaidkit module
-rwxr-xr-xfirstaidkit2
1 files changed, 1 insertions, 1 deletions
diff --git a/firstaidkit b/firstaidkit
index 37b619c..29d60db 100755
--- a/firstaidkit
+++ b/firstaidkit
@@ -110,7 +110,7 @@ if __name__=="__main__":
Config.lock()
# Now that the config is locked, initialize log for plugin system.
- pyfirstaidkit.initLogger(Config)
+ initLogger(Config)
singlerun = Tasker(Config)