summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-03-06 19:18:38 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-03-07 15:07:55 +0100
commit838c5dbbe99dbdf6eb63d8e5545212685f447179 (patch)
treeea99b345460140dd14cf89526f3d5ed65b0d8899 /plugins
parent36e1656f5587d079c1fc2f78c6fc9c3add1d020a (diff)
make sure we dont export setPartititonlist
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin_undelete_partitions/_undelpart.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/plugin_undelete_partitions/_undelpart.c b/plugins/plugin_undelete_partitions/_undelpart.c
index eba95b2..a707574 100644
--- a/plugins/plugin_undelete_partitions/_undelpart.c
+++ b/plugins/plugin_undelete_partitions/_undelpart.c
@@ -557,12 +557,7 @@ static struct PyMethodDef undelpart_methods [] = {
METH_VARARGS, "Get the partition list off of a certain disk. This is intended "
"to be used as a backup. It returns the number of the partition, start "
"sector and the end sector."},
- { "setPartitionList",
- (PyCFunction)undelpart_setPartitionList,
- METH_VARARGS, "This does NOT add new partitions to the disk. It scans the "
- "disk and deletes partitions that are in the disk partition table but "
- "not in the list."},
- { "rescue",
+ { "rescue",
(PyCFunction)undelpart_rescue,
METH_VARARGS, "Try to put the list of rescuable partitions into the partition "
"table. If the partitions are already there, nothing will be done. A list "