linuxOS_AP05/debian/test/etc/python2.7/sitecustomize.py

8 lines
155 B
Python
Raw Normal View History

2025-09-26 01:40:02 +00:00
# install the apport exception handler if available
try:
import apport_python_hook
except ImportError:
pass
else:
apport_python_hook.install()