X-Git-Url: http://git.tomasm.cz/imago.git/blobdiff_plain/a24a89991790610c9bb8754b269b376350d807e3..6f1565eb566394cd75f453303df30d904e333fa2:/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')