davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=e963e6d061103d9aaff9ef0187184417638cfbf6

commit e963e6d061103d9aaff9ef0187184417638cfbf6
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sat Jan 2 23:14:33 2016 +0100

    emotion test: another harmless leftover removed
---
 examples/emotion/test_emotion.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/emotion/test_emotion.py b/examples/emotion/test_emotion.py
index 3012d83..d9717db 100755
--- a/examples/emotion/test_emotion.py
+++ b/examples/emotion/test_emotion.py
@@ -361,7 +361,7 @@ def cmdline_parse():
     return options, args
 
 
-if __name__ == "__main__"or True:
+if __name__ == "__main__":
     options, args = cmdline_parse()
 
     # elementary window

-- 


Reply via email to