diff options
Diffstat (limited to 'textw/welcome_text.py')
-rw-r--r-- | textw/welcome_text.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/welcome_text.py b/textw/welcome_text.py index 3dd571880..231ec66a2 100644 --- a/textw/welcome_text.py +++ b/textw/welcome_text.py @@ -1,7 +1,7 @@ # # welcome_text.py: text mode welcome window # -# 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. @@ -13,7 +13,7 @@ from snack import * from constants_text import * -from translate import _ +from rhpl.translate import _ from constants import * import os |