diff --git a/tractor/_debug.py b/tractor/_debug.py index 9cd0797..1a3e1e1 100644 --- a/tractor/_debug.py +++ b/tractor/_debug.py @@ -138,9 +138,11 @@ class Lock: class TractorConfig(pdbpp.DefaultConfig): - """Custom ``pdbpp`` goodness. - """ - use_pygments = True + ''' + Custom ``pdbpp`` goodness. + + ''' + # use_pygments = True # sticky_by_default = True enable_hidden_frames = False