summaryrefslogtreecommitdiffstats
path: root/iw/mouse_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/mouse_gui.py')
-rw-r--r--iw/mouse_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/mouse_gui.py b/iw/mouse_gui.py
index 86adddbe4..99652e178 100644
--- a/iw/mouse_gui.py
+++ b/iw/mouse_gui.py
@@ -1,7 +1,7 @@
#
# mouse_gui.py: gui mouse configuration.
#
-# 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.
@@ -16,7 +16,7 @@ import string
import gobject
from iw_gui import *
from re import *
-from translate import _, N_
+from rhpl.translate import _, N_
from flags import flags
class MouseWindow(InstallWindow):