mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
@ -1,10 +1,10 @@
|
|||
import W
|
||||
|
||||
def listhit(isdbl):
|
||||
if isdbl:
|
||||
print "double-click in list!"
|
||||
else:
|
||||
print "click in list."
|
||||
if isdbl:
|
||||
print "double-click in list!"
|
||||
else:
|
||||
print "click in list."
|
||||
|
||||
window = W.Window((200, 400), "Window with List", minsize = (150, 200))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue