Skip to content

Instantly share code, notes, and snippets.

@sevas
Created September 11, 2010 13:16
Show Gist options
  • Save sevas/575176 to your computer and use it in GitHub Desktop.
Save sevas/575176 to your computer and use it in GitHub Desktop.
#.pdbrc
import sys
import os
sys.path += [os.getenv("HOME")]
import pdb_psyco_stub
sys.modules['psyco'] = pdb_psyco_stub
print '*** Info : Psyco module replaced with pdb_psyco_stub'
from pprint import pprint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment