diff options
author | Matt Wilson <msw@redhat.com> | 1999-10-09 19:41:50 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-10-09 19:41:50 +0000 |
commit | ebdb0c4f49ec8c6261e19575eec76a49b9458083 (patch) | |
tree | 2f5f671090595fec941dbbe1d2abcdef89ed3ede /milo.py | |
parent | bb1874e00793fb1d282c1c6c3bedd6e62c628723 (diff) | |
download | anaconda-ebdb0c4f49ec8c6261e19575eec76a49b9458083.tar.gz anaconda-ebdb0c4f49ec8c6261e19575eec76a49b9458083.tar.xz anaconda-ebdb0c4f49ec8c6261e19575eec76a49b9458083.zip |
oops.
Diffstat (limited to 'milo.py')
-rw-r--r-- | milo.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -125,9 +125,9 @@ class MiloInstall: def write (self): if onMILO (): - writeMilo () + self.writeMilo () else: - writeAboot () + self.writeAboot () |