mirror of https://github.com/mahmoud/boltons.git
add a little note to the top of debugutils
This commit is contained in:
parent
8e83bbb8c0
commit
cc914b22df
|
@ -1,4 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""\
|
||||
A small set of utilities useful for debugging misbehaving applications.
|
||||
"""
|
||||
|
||||
|
||||
def pdb_on_signal(signalnum=None):
|
||||
|
|
Loading…
Reference in New Issue