summaryrefslogtreecommitdiffstats
path: root/iw/congrats_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/congrats_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/congrats_gui.py')
-rw-r--r--iw/congrats_gui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index ca31a4af2..0075550ad 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -15,6 +15,7 @@ class CongratulationWindow (InstallWindow):
ics.setHelpButtonEnabled (FALSE)
ics.setGrabNext (1)
+ # CongratulationWindow tag=NA
def getScreen (self):
self.ics.setHelpEnabled (FALSE)
@@ -62,6 +63,7 @@ class ReconfigCongratulationWindow (InstallWindow):
ics.setNextEnabled (1)
ics.setGrabNext (1)
+ # ReconfigCongratulationWindow tag=NA
def getScreen (self):
self.ics.setHelpEnabled (0)