1
0
forked from VimPlug/jedi

started the importing of modules + there is now a debug module

This commit is contained in:
David Halter
2012-03-27 14:44:17 +02:00
parent 6c377d6e91
commit 21187d81bb
6 changed files with 168 additions and 79 deletions

7
debug.py Normal file
View File

@@ -0,0 +1,7 @@
def dbg(*args):
if debug_function:
debug_function(*args)
debug_function = None