diff options
author | Matt Wilson <msw@redhat.com> | 2002-02-11 19:16:20 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2002-02-11 19:16:20 +0000 |
commit | 4656246e5d1272637e627b06d96c48e14b060585 (patch) | |
tree | b83fd0b33f2c5c1c3d4b4145b07425cb77b774aa | |
parent | 20b58e482692d8a3070dcfc273b5d60b6953c6d4 (diff) | |
download | anaconda-4656246e5d1272637e627b06d96c48e14b060585.tar.gz anaconda-4656246e5d1272637e627b06d96c48e14b060585.tar.xz anaconda-4656246e5d1272637e627b06d96c48e14b060585.zip |
duh, import os
-rw-r--r-- | installmethod.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installmethod.py b/installmethod.py index 14689bdfe..a519c9350 100644 --- a/installmethod.py +++ b/installmethod.py @@ -1,3 +1,5 @@ +import os + class InstallMethod: def protectedPartitions(self): |