Skip to content

Instantly share code, notes, and snippets.

View MindGeek's full-sized avatar

Mg Guan MindGeek

View GitHub Profile
#
# original: http://code.activestate.com/recipes/65287/
#
# place in lib/python2.x/sitecustomize.py
import bdb
import sys
def info(type, value, tb):
if hasattr(sys, 'ps1') \