Tweaks to debug.py.
- Legacy-Id: 4957
This commit is contained in:
parent
5a60a3c3d4
commit
7f42117210
3
debug.py
3
debug.py
|
@ -13,7 +13,10 @@ from decorator import decorator
|
|||
|
||||
# A debug decorator, written by Paul Butler, taken from
|
||||
# http://paulbutler.org/archives/python-debugging-with-decorators/
|
||||
# Additional functions and decorator functionality added by
|
||||
# Henrik Levkowetz
|
||||
|
||||
__version__ = "0.15"
|
||||
|
||||
increment = 2
|
||||
|
||||
|
|
Loading…
Reference in a new issue