Fred Lundh's latest versions.

This commit is contained in:
Guido van Rossum 1997-08-14 14:17:28 +00:00
parent f53c86c2b6
commit 1530c87985
6 changed files with 42 additions and 22 deletions

View file

@ -22,7 +22,7 @@
#
# FIXME: as of Tk 8.0a2, the Unix colour picker is really ugly, and
# doesn't seem to work properly on a true colour display. maybe we
# doesn't seem to work properly on true colour displays. maybe we
# should use the instant python version instead?
from tkCommonDialog import Dialog
@ -70,3 +70,4 @@ def askcolor(color = None, **options):
if __name__ == "__main__":
print "color", askcolor()