/python2.6/sitecustomize.py

http://github.com/brinkman83/bashrc · Python · 7 lines · 6 code · 0 blank · 1 comment · 3 complexity · d6b276695157bde06a56ba1b2bc53670 MD5 · raw file

  1. # install the apport exception handler if available
  2. try:
  3. import apport_python_hook
  4. except ImportError:
  5. pass
  6. else:
  7. apport_python_hook.install()