summaryrefslogtreecommitdiffstats
path: root/textw/timezone_text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-23 15:21:26 +0000
committerMike Fulbright <msf@redhat.com>2002-05-23 15:21:26 +0000
commitd7505f5e013cfa2b0af3eff08111c846f5930397 (patch)
treee38fd6d8e6f8bab5ef2d191fdde2d31f43707fbf /textw/timezone_text.py
parent4bdbb8966ae3997688ad2668b2eed934bf8ed770 (diff)
downloadanaconda-d7505f5e013cfa2b0af3eff08111c846f5930397.tar.gz
anaconda-d7505f5e013cfa2b0af3eff08111c846f5930397.tar.xz
anaconda-d7505f5e013cfa2b0af3eff08111c846f5930397.zip
1) Fix all copyrights 2) move everything to use rhpl.translate instead of our own translate.py
Diffstat (limited to 'textw/timezone_text.py')
-rw-r--r--textw/timezone_text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/timezone_text.py b/textw/timezone_text.py
index 8d2e8fd75..3aa6a8d87 100644
--- a/textw/timezone_text.py
+++ b/textw/timezone_text.py
@@ -1,7 +1,7 @@
#
# timezone_text.py: text mode timezone selection dialog
#
-# Copyright 2001 Red Hat, Inc.
+# Copyright 2000-2002 Red Hat, Inc.
#
# This software may be freely redistributed under the terms of the GNU
# library public license.
@@ -17,7 +17,7 @@ import os
from time import *
from snack import *
from constants_text import *
-from translate import _
+from rhpl.translate import _
class TimezoneWindow: