projekty
/
imago.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
scalable edge-detection
[imago.git]
/
commons.py
1
import os
2
3
def clear():
4
if os.name == 'posix':
5
os.system('clear')
6
elif os.name in ('ce', 'nt', 'dos'):
7
os.system('cls')