diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-08-10 15:15:01 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-08-10 15:15:01 +0000 |
commit | 69dd7c101fbecc7f745aead56398a65169d69cdf (patch) | |
tree | f792840973f31461acf1dc5f6509b4210c7ab932 /ChangeLog | |
parent | cda2b01dba1bff4e9885ddb7ec9484c8baf88ce9 (diff) | |
download | anaconda-69dd7c101fbecc7f745aead56398a65169d69cdf.tar.gz anaconda-69dd7c101fbecc7f745aead56398a65169d69cdf.tar.xz anaconda-69dd7c101fbecc7f745aead56398a65169d69cdf.zip |
2006-08-10 Jeremy Katz <katzj@redhat.com>
* installclass.py (getBaseInstallClass): Add a method for finding
the default base install class so that I don't copy and paste the
code between kickstart and upgrade cases
* kickstart.py (Kickstart): Use getBaseInstallClass
* upgradeclass.py (InstallClass): Use proper base install
class (#201745)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2006-08-10 Jeremy Katz <katzj@redhat.com> + * installclass.py (getBaseInstallClass): Add a method for finding + the default base install class so that I don't copy and paste the + code between kickstart and upgrade cases + * kickstart.py (Kickstart): Use getBaseInstallClass + * upgradeclass.py (InstallClass): Use proper base install + class (#201745) + * textw/confirm_text.py (BeginUpgradeWindow.__call__): Fix traceback (#201960) |