summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-03-07 18:06:55 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-03-07 18:06:55 +0100
commit098e61b70d5bf76694809a87fb8df1ef22fb7093 (patch)
treeb95d92c9c3ac3f7350f9b74dad70a6476f60950e
parentd86ecbc51a2685592afffdc9f8bbbd16871c31fa (diff)
downloadfirstaidkit-098e61b70d5bf76694809a87fb8df1ef22fb7093.tar.gz
firstaidkit-098e61b70d5bf76694809a87fb8df1ef22fb7093.tar.xz
firstaidkit-098e61b70d5bf76694809a87fb8df1ef22fb7093.zip
Include the PLUGIN for reporting
-rw-r--r--plugins/plugin_undelete_partitions/undeletePartition.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/plugin_undelete_partitions/undeletePartition.py b/plugins/plugin_undelete_partitions/undeletePartition.py
index 14c5152..6f817f0 100644
--- a/plugins/plugin_undelete_partitions/undeletePartition.py
+++ b/plugins/plugin_undelete_partitions/undeletePartition.py
@@ -17,6 +17,7 @@
from pyfirstaidkit.plugins import Plugin,Flow
from pyfirstaidkit.returns import *
+from pyfirstaidkit.reporting import PLUGIN
import signal
import _undelpart