diff options
author | Joel Andres Granados <jgranado@redhat.com> | 2008-03-07 18:06:55 +0100 |
---|---|---|
committer | Joel Andres Granados <jgranado@redhat.com> | 2008-03-07 18:06:55 +0100 |
commit | 098e61b70d5bf76694809a87fb8df1ef22fb7093 (patch) | |
tree | b95d92c9c3ac3f7350f9b74dad70a6476f60950e | |
parent | d86ecbc51a2685592afffdc9f8bbbd16871c31fa (diff) | |
download | firstaidkit-098e61b70d5bf76694809a87fb8df1ef22fb7093.tar.gz firstaidkit-098e61b70d5bf76694809a87fb8df1ef22fb7093.tar.xz firstaidkit-098e61b70d5bf76694809a87fb8df1ef22fb7093.zip |
Include the PLUGIN for reporting
-rw-r--r-- | plugins/plugin_undelete_partitions/undeletePartition.py | 1 |
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 |