summaryrefslogtreecommitdiffstats
path: root/milo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-10-09 19:41:50 +0000
committerMatt Wilson <msw@redhat.com>1999-10-09 19:41:50 +0000
commitebdb0c4f49ec8c6261e19575eec76a49b9458083 (patch)
tree2f5f671090595fec941dbbe1d2abcdef89ed3ede /milo.py
parentbb1874e00793fb1d282c1c6c3bedd6e62c628723 (diff)
downloadanaconda-ebdb0c4f49ec8c6261e19575eec76a49b9458083.tar.gz
anaconda-ebdb0c4f49ec8c6261e19575eec76a49b9458083.tar.xz
anaconda-ebdb0c4f49ec8c6261e19575eec76a49b9458083.zip
oops.
Diffstat (limited to 'milo.py')
-rw-r--r--milo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/milo.py b/milo.py
index 6572a7491..e78b8b3d6 100644
--- a/milo.py
+++ b/milo.py
@@ -125,9 +125,9 @@ class MiloInstall:
def write (self):
if onMILO ():
- writeMilo ()
+ self.writeMilo ()
else:
- writeAboot ()
+ self.writeAboot ()