Merge pull request #53 from mythmon/patch-1

Add q as a debug statement
This commit is contained in:
Anthony Sottile 2015-04-10 14:18:36 -04:00
commit 2d83e302cc

View file

@ -7,7 +7,7 @@ import collections
import traceback
DEBUG_STATEMENTS = set(['pdb', 'ipdb', 'pudb'])
DEBUG_STATEMENTS = set(['pdb', 'ipdb', 'pudb', 'q'])
DebugStatement = collections.namedtuple(