X-Git-Url: http://git.tomasm.cz/imago.git/blobdiff_plain/a24a89991790610c9bb8754b269b376350d807e3..442f568116a71d79586ee44bb31ae1b96d233a91:/commons.py 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')