summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-02-11 21:35:00 +0000
committerJeremy Katz <katzj@redhat.com>2002-02-11 21:35:00 +0000
commitcdd1530ff04c095e9aa8598df423b231eca5c303 (patch)
treefedb72b25c632476e6dcdf173bc07893c84c0f81 /installmethod.py
parent062635b13458bcb39567c4a2ad2886b9dbcbd763 (diff)
downloadanaconda-cdd1530ff04c095e9aa8598df423b231eca5c303.tar.gz
anaconda-cdd1530ff04c095e9aa8598df423b231eca5c303.tar.xz
anaconda-cdd1530ff04c095e9aa8598df423b231eca5c303.zip
kind of need these
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 b7639a2aa..1b49fbf2b 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -1,4 +1,6 @@
import os
+import string
+from comps import ComponentSet
class InstallMethod: