X-Git-Url: http://git.tomasm.cz/imago.git/blobdiff_plain/fb949d5c0887e5f44b1b69c571d9cd5d90ae6e3e..8d05ccd11445ae069ae14dfb95d566907546e989:/commons.py?ds=inline diff --git a/commons.py b/commons.py index 787a19d..fcfe469 100644 --- a/commons.py +++ b/commons.py @@ -3,5 +3,5 @@ import os def clear(): if os.name == 'posix': os.system('clear') - elif os.name == ('ce', 'nt', 'dos'): + elif os.name in ('ce', 'nt', 'dos'): os.system('cls')