diff options
author | pnfisher <pnfisher> | 1999-08-04 09:36:42 +0000 |
---|---|---|
committer | pnfisher <pnfisher> | 1999-08-04 09:36:42 +0000 |
commit | d23e527136e27e1a616a4833ee3bb5a0b83c8407 (patch) | |
tree | 893a39cadbb4b00d95888c9355b250f96d2592d6 /iw/iw.py | |
parent | 6ef2cb1ea395c7e9fa5bdfe8fe0d7c169a8d8790 (diff) | |
download | anaconda-d23e527136e27e1a616a4833ee3bb5a0b83c8407.tar.gz anaconda-d23e527136e27e1a616a4833ee3bb5a0b83c8407.tar.xz anaconda-d23e527136e27e1a616a4833ee3bb5a0b83c8407.zip |
basic GUI screens for beta1 (minus partitioning)
Diffstat (limited to 'iw/iw.py')
-rw-r--r-- | iw/iw.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ class InstallWindow: def __init__ (self,ics): self.ics = ics + self.todo = ics.getToDo () def getNext (self): return None |