mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fred Lundh's latest versions.
This commit is contained in:
parent
f53c86c2b6
commit
1530c87985
6 changed files with 42 additions and 22 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue