summaryrefslogtreecommitdiffstats
path: root/iw/iw_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/iw_gui.py')
-rw-r--r--iw/iw_gui.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/iw/iw_gui.py b/iw/iw_gui.py
index f63820cca..72c6694a7 100644
--- a/iw/iw_gui.py
+++ b/iw/iw_gui.py
@@ -1,3 +1,16 @@
+#
+# iw_gui.py: install window base class
+#
+# Copyright 2001 Red Hat, Inc.
+#
+# This software may be freely redistributed under the terms of the GNU
+# library public license.
+#
+# You should have received a copy of the GNU Library Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+#
+
from translate import _
class InstallWindow: