diff options
author | Guido van Rossum <guido@python.org> | 1990-10-26 14:49:24 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1990-10-26 14:49:24 +0000 |
commit | 67d3d1348bc27db9d3e7cdcd1262e4f49ccd662f (patch) | |
tree | 8685e896aafb2db6383260c6bf5ebe89f897bca9 /Lib/stdwin/Sliders.py | |
parent | c93fdeb43ddc88e815a367dc519556fa5a18d42a (diff) | |
download | cpython-git-67d3d1348bc27db9d3e7cdcd1262e4f49ccd662f.tar.gz |
Removed reference to minmax.
Diffstat (limited to 'Lib/stdwin/Sliders.py')
-rwxr-xr-x | Lib/stdwin/Sliders.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/stdwin/Sliders.py b/Lib/stdwin/Sliders.py index ca67f79301..6c2ef23b8c 100755 --- a/Lib/stdwin/Sliders.py +++ b/Lib/stdwin/Sliders.py @@ -6,7 +6,6 @@ import stdwin from stdwinevents import * import rect -from minmax import min, max from Buttons import * |