From 1faa029003ecc766fe4c481f382a37ef423b77ec Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Wed, 13 Dec 2000 17:40:09 +0000 Subject: added comments to tell what tags correspond to what screens --- iw/progress_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iw/progress_gui.py') diff --git a/iw/progress_gui.py b/iw/progress_gui.py index df3b048b5..7e8901cc4 100644 --- a/iw/progress_gui.py +++ b/iw/progress_gui.py @@ -154,7 +154,7 @@ class InstallProgressWindow (InstallWindow): for x in range (4): widget.set_column_width (x, width / 4) - + # InstallProgressWindow tag="installing" def getScreen (self): import glob -- cgit