diff options
| author | Chris Lumens <clumens@redhat.com> | 2012-06-26 14:52:17 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2012-06-26 14:52:17 -0400 |
| commit | d75b612b6fd162866b317747492345828a7239a3 (patch) | |
| tree | 9b99c82986ba2e5dd7abb381f95b84d9ad1bbcae /pyanaconda | |
| parent | 733830486b139924164b807b722d7464c38ed88b (diff) | |
| download | anaconda-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.py | 2 |
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 |
