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 --- iw/fdasd_gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iw/fdasd_gui.py') diff --git a/iw/fdasd_gui.py b/iw/fdasd_gui.py index db61de62c..706535ec9 100644 --- a/iw/fdasd_gui.py +++ b/iw/fdasd_gui.py @@ -1,7 +1,7 @@ # # fdasd_gui.py: interface that allows the user to run util-linux fdasd. # -# 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. @@ -14,7 +14,7 @@ from gtk import * from iw_gui import * from gnome.zvt import * -from translate import _ +from rhpl.translate import _ from dispatch import DISPATCH_NOOP import partitioning import isys -- cgit