diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-02-11 21:35:00 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-02-11 21:35:00 +0000 |
commit | cdd1530ff04c095e9aa8598df423b231eca5c303 (patch) | |
tree | fedb72b25c632476e6dcdf173bc07893c84c0f81 /installmethod.py | |
parent | 062635b13458bcb39567c4a2ad2886b9dbcbd763 (diff) | |
download | anaconda-cdd1530ff04c095e9aa8598df423b231eca5c303.tar.gz anaconda-cdd1530ff04c095e9aa8598df423b231eca5c303.tar.xz anaconda-cdd1530ff04c095e9aa8598df423b231eca5c303.zip |
kind of need these
Diffstat (limited to 'installmethod.py')
-rw-r--r-- | installmethod.py | 2 |
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: |