diff options
author | Matt Wilson <msw@redhat.com> | 1999-10-09 20:34:50 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-10-09 20:34:50 +0000 |
commit | b3f94142fb3a48ba29ae8449e4f548c082124d8d (patch) | |
tree | 6638c00d55f9b42f53eade8e58162d303a6e6940 /milo.py | |
parent | 49e5541b0db1bf68dfbe6218e00550bc110718c0 (diff) | |
download | anaconda-b3f94142fb3a48ba29ae8449e4f548c082124d8d.tar.gz anaconda-b3f94142fb3a48ba29ae8449e4f548c082124d8d.tar.xz anaconda-b3f94142fb3a48ba29ae8449e4f548c082124d8d.zip |
missing os
Diffstat (limited to 'milo.py')
-rw-r--r-- | milo.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ from lilo import LiloConfiguration import iutil import isys import string +import os def onMILO (): try: |