[WS] Move simple functions into lib
git-svn-id: svn://kolibrios.org@9370 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
4
_tools/lib/logging.py
Normal file
4
_tools/lib/logging.py
Normal file
@@ -0,0 +1,4 @@
|
||||
def log(s, end = "\n"):
|
||||
print(s, end = end, flush = True)
|
||||
|
||||
|
Reference in New Issue
Block a user