summaryrefslogtreecommitdiffstats
path: root/textw/bootloader_text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-09 02:25:41 +0000
committerMatt Wilson <msw@redhat.com>2001-07-09 02:25:41 +0000
commit773ebb98d7daef8a1dad3b53cd0fa4c2fb2a2850 (patch)
tree10b20521d063b557e0eeda8a7919f2d65a1dffa9 /textw/bootloader_text.py
parent0b3b2c9d15c0434fdd15bcef8c2dd0d7d5c1635c (diff)
more copyright notices
Diffstat (limited to 'textw/bootloader_text.py')
-rw-r--r--textw/bootloader_text.py17
1 files changed, 13 insertions, 4 deletions
diff --git a/textw/bootloader_text.py b/textw/bootloader_text.py
index a7c0fb637..dcda0702d 100644
--- a/textw/bootloader_text.py
+++ b/textw/bootloader_text.py
@@ -1,4 +1,16 @@
-#import gettext
+#
+# bootloader_text.py: text mode bootloader setup
+#
+# 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 snack import *
from constants_text import *
from translate import _
@@ -9,9 +21,6 @@ import iutil
#if iutil.getArch() == 'i386':
# import edd
-#cat = gettext.Catalog ("anaconda", "/usr/share/locale")
-#_ = cat.gettext
-
class BootloaderChoiceWindow:
def __call__(self, screen, dispatch, bl, fsset, diskSet):