timer + capture
[imago.git] / commons.py
index 787a19d..fcfe469 100644 (file)
@@ -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')