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