summaryrefslogtreecommitdiffstats
path: root/pyanaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-06-26 14:52:17 -0400
committerChris Lumens <clumens@redhat.com>2012-06-26 14:52:17 -0400
commitd75b612b6fd162866b317747492345828a7239a3 (patch)
tree9b99c82986ba2e5dd7abb381f95b84d9ad1bbcae /pyanaconda
parent733830486b139924164b807b722d7464c38ed88b (diff)
downloadanaconda-d75b612b6fd162866b317747492345828a7239a3.tar.gz
anaconda-d75b612b6fd162866b317747492345828a7239a3.tar.xz
anaconda-d75b612b6fd162866b317747492345828a7239a3.zip
Update the AutoPart handler to the correct version.
Diffstat (limited to 'pyanaconda')
-rw-r--r--pyanaconda/kickstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py
index a72cdafcc..78a176348 100644
--- a/pyanaconda/kickstart.py
+++ b/pyanaconda/kickstart.py
@@ -224,7 +224,7 @@ def removeExistingFormat(device, storage):
### SUBCLASSES OF PYKICKSTART COMMAND HANDLERS
###
-class AutoPart(commands.autopart.F16_AutoPart):
+class AutoPart(commands.autopart.F17_AutoPart):
def execute(self, storage, ksdata, instClass):
from pyanaconda.platform import getPlatform
from pyanaconda.storage.partitioning import doAutoPartition