mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 05:19:40 +02:00
code quality
This commit is contained in:
parent
4efc3a4893
commit
5d0119bd3a
2 changed files with 1 additions and 1 deletions
|
@ -736,6 +736,7 @@ def waitMouseOrEnter():
|
||||||
while not (mouseEvent.is_set() or enterEvent.is_set()):
|
while not (mouseEvent.is_set() or enterEvent.is_set()):
|
||||||
mouseOrEnterCondition.wait()
|
mouseOrEnterCondition.wait()
|
||||||
|
|
||||||
|
|
||||||
# --------------------------------------
|
# --------------------------------------
|
||||||
|
|
||||||
def clean():
|
def clean():
|
||||||
|
|
|
@ -55,7 +55,6 @@ def waitMouseOrEnter():
|
||||||
mouseOrEnterCondition.wait()
|
mouseOrEnterCondition.wait()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
print("Wait mouse click or enter")
|
print("Wait mouse click or enter")
|
||||||
waitMouseOrEnter()
|
waitMouseOrEnter()
|
||||||
print("Done.")
|
print("Done.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue