summaryrefslogtreecommitdiffstats
path: root/iw/mouse_gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-12-13 17:40:09 +0000
committerMike Fulbright <msf@redhat.com>2000-12-13 17:40:09 +0000
commit1faa029003ecc766fe4c481f382a37ef423b77ec (patch)
tree2f7a07cd989810bfa3d910e9f80eb407cd6be9cb /iw/mouse_gui.py
parenta6cbe352c7bfe84330770797e3abac2aba844d62 (diff)
downloadanaconda-1faa029003ecc766fe4c481f382a37ef423b77ec.tar.gz
anaconda-1faa029003ecc766fe4c481f382a37ef423b77ec.tar.xz
anaconda-1faa029003ecc766fe4c481f382a37ef423b77ec.zip
added comments to tell what tags correspond to what screens
Diffstat (limited to 'iw/mouse_gui.py')
-rw-r--r--iw/mouse_gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/mouse_gui.py b/iw/mouse_gui.py
index df86f7909..263c31784 100644
--- a/iw/mouse_gui.py
+++ b/iw/mouse_gui.py
@@ -120,6 +120,7 @@ class MouseWindow (InstallWindow):
self.locList.set_sensitive(FALSE)
self.ics.setNextEnabled (TRUE)
+ # MouseWindow tag="mouse"
def getScreen (self):
self.availableMice = self.todo.mouse.available()
sorted_mice_keys = self.availableMice.keys()