Removed reference to minmax.

This commit is contained in:
Guido van Rossum 1990-10-26 14:49:24 +00:00
parent c93fdeb43d
commit 67d3d1348b
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@
import stdwin
from stdwinevents import *
import rect
from minmax import min, max
from Buttons import *

View File

@ -6,7 +6,6 @@
import stdwin
from stdwinevents import *
import rect
from minmax import min, max
from Buttons import *