From d7505f5e013cfa2b0af3eff08111c846f5930397 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Thu, 23 May 2002 15:21:26 +0000 Subject: 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our own translate.py --- textw/firewall_text.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textw/firewall_text.py') diff --git a/textw/firewall_text.py b/textw/firewall_text.py index 3308cf7c4..14c0c56fa 100644 --- a/textw/firewall_text.py +++ b/textw/firewall_text.py @@ -3,7 +3,7 @@ # # Bill Nottingham # -# Copyright 2001 Red Hat, Inc. +# Copyright 2001-2002 Red Hat, Inc. # # This software may be freely redistributed under the terms of the GNU # library public license. @@ -15,7 +15,7 @@ from snack import * from constants_text import * -from translate import _ +from rhpl.translate import _ class FirewallWindow: def __call__(self, screen, intf, network, firewall): -- cgit