summaryrefslogtreecommitdiffstats
path: root/splashscreen.py
diff options
context:
space:
mode:
Diffstat (limited to 'splashscreen.py')
-rw-r--r--splashscreen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/splashscreen.py b/splashscreen.py
index 3c01eaed6..ab2276ab7 100644
--- a/splashscreen.py
+++ b/splashscreen.py
@@ -3,7 +3,7 @@
#
# Matt Wilson <msw@redhat.com>
#
-# 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.
@@ -19,7 +19,7 @@ os.environ["GNOME_DISABLE_CRASH_DIALOG"] = "1"
import gtk
from flags import flags
-from translate import cat
+from rhpl.translate import cat
# for GTK+ 2.0
cat.setunicode(1)