diff options
-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 |