From ebdb0c4f49ec8c6261e19575eec76a49b9458083 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Sat, 9 Oct 1999 19:41:50 +0000 Subject: oops. --- milo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'milo.py') 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 () -- cgit