/python2.6/sitecustomize.py
http://github.com/brinkman83/bashrc · Python · 7 lines · 6 code · 0 blank · 1 comment · 3 complexity · d6b276695157bde06a56ba1b2bc53670 MD5 · raw file
- # install the apport exception handler if available
- try:
- import apport_python_hook
- except ImportError:
- pass
- else:
- apport_python_hook.install()