summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-02-11 19:16:20 +0000
committerMatt Wilson <msw@redhat.com>2002-02-11 19:16:20 +0000
commit4656246e5d1272637e627b06d96c48e14b060585 (patch)
treeb83fd0b33f2c5c1c3d4b4145b07425cb77b774aa /installmethod.py
parent20b58e482692d8a3070dcfc273b5d60b6953c6d4 (diff)
downloadanaconda-4656246e5d1272637e627b06d96c48e14b060585.tar.gz
anaconda-4656246e5d1272637e627b06d96c48e14b060585.tar.xz
anaconda-4656246e5d1272637e627b06d96c48e14b060585.zip
duh, import os
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py2
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):