diff options
author | Matt Wilson <msw@redhat.com> | 2001-10-16 20:59:15 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-10-16 20:59:15 +0000 |
commit | cc02a97cc308be0ae7d6e4ac6c605518103c6f22 (patch) | |
tree | 21376b7119090a57bc496a2731b7952fd465b0a9 /mouse.py | |
parent | 584b653db54b96a7721cffeba67680495e59337c (diff) | |
download | anaconda-cc02a97cc308be0ae7d6e4ac6c605518103c6f22.tar.gz anaconda-cc02a97cc308be0ae7d6e4ac6c605518103c6f22.tar.xz anaconda-cc02a97cc308be0ae7d6e4ac6c605518103c6f22.zip |
merge anaconda-gtk-2-0-branch to HEAD
Diffstat (limited to 'mouse.py')
-rw-r--r-- | mouse.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -263,7 +263,7 @@ class Mouse (SimpleConfigFile): # maybe doesnt belong here - just ask user what mouse they have on # startup if kudzu didn't find one def mouseWindow(mouse): - from snack import * + from snack import ButtonChoiceWindow, SnackScreen from mouse_text import MouseWindow, MouseDeviceWindow from constants_text import INSTALL_BACK, INSTALL_OK import string |