summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-11-21 22:25:03 +0000
committerMike Fulbright <msf@redhat.com>2002-11-21 22:25:03 +0000
commit16982370cee3d15713b2637eb1ab7a83afd75a01 (patch)
treee4e5cebace89b12a98a8dee4f62ffe0a94207f5e /anaconda
parentdb780fa8aeb71ae02f04f9d68915e68393f3e2c7 (diff)
downloadanaconda-16982370cee3d15713b2637eb1ab7a83afd75a01.tar.gz
anaconda-16982370cee3d15713b2637eb1ab7a83afd75a01.tar.xz
anaconda-16982370cee3d15713b2637eb1ab7a83afd75a01.zip
need to import this module
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 2 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index a94f9c586..2c933bf89 100755
--- a/anaconda
+++ b/anaconda
@@ -504,6 +504,8 @@ if iutil.getArch() != "s390":
mousedev = mousehw.get()
if display_mode != 't' and mousedev[0] == "No - mouse":
# ask for the mouse type
+ import rhpl.mouse as mouse
+
if mouse.mouseWindow(mousehw) == 0:
dup_log(_("No mouse was detected. A mouse is required for "
"graphical installation. Starting text mode."))