Kaydet (Commit) 2b427c74 authored tarafından Guido van Rossum's avatar Guido van Rossum

Nannified.

üst 27d445f5
......@@ -60,8 +60,8 @@ def askcolor(color = None, **options):
"Ask for a color"
if color:
options = options.copy()
options["initialcolor"] = color
options = options.copy()
options["initialcolor"] = color
return apply(Chooser, (), options).show()
......@@ -72,4 +72,3 @@ def askcolor(color = None, **options):
if __name__ == "__main__":
print "color", askcolor()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment