mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Initial revision
git-svn-id: svn://localhost/trunk/ardour2@4 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
commit
d09f6b3016
1253 changed files with 292928 additions and 0 deletions
9
tools/bug_tool/ClientCookie/_Debug.py
Normal file
9
tools/bug_tool/ClientCookie/_Debug.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import ClientCookie
|
||||
|
||||
def debug(text):
|
||||
if ClientCookie.CLIENTCOOKIE_DEBUG: _debug(text)
|
||||
|
||||
def _debug(text, *args):
|
||||
if args:
|
||||
text = text % args
|
||||
ClientCookie.DEBUG_STREAM.write(text+"\n")
|
||||
Loading…
Add table
Add a link
Reference in a new issue