diff options
author | Matt Wilson <msw@redhat.com> | 2001-08-10 19:49:10 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-08-10 19:49:10 +0000 |
commit | d8f88b17e1989a1ed45418abe5ed851520e2dffe (patch) | |
tree | 10b3b3015a8a9412561728d7609a40159802ebfe /mouse.py | |
parent | c91929ccc383176217836c821b48f5a7346f7c06 (diff) | |
download | anaconda-d8f88b17e1989a1ed45418abe5ed851520e2dffe.tar.gz anaconda-d8f88b17e1989a1ed45418abe5ed851520e2dffe.tar.xz anaconda-d8f88b17e1989a1ed45418abe5ed851520e2dffe.zip |
import string (pycheck)
Diffstat (limited to 'mouse.py')
-rw-r--r-- | mouse.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -261,6 +261,7 @@ def mouseWindow(mouse): from snack import * from mouse_text import MouseWindow, MouseDeviceWindow from constants_text import INSTALL_BACK, INSTALL_OK + import string screen = SnackScreen() STEP_MESSAGE = 0 |