May 25, 2012

Pretty print for standard python shell

import pprint
import sys
sys.displayhook = pprint.pprint

No comments: