add a little note to the top of debugutils

This commit is contained in:
Mahmoud Hashemi 2015-03-24 02:47:36 -07:00
parent 8e83bbb8c0
commit cc914b22df
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
"""\
A small set of utilities useful for debugging misbehaving applications.
"""
def pdb_on_signal(signalnum=None):