This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/python2.7/sitecustomize.py
T
2021-10-27 14:28:05 +02:00

8 lines
155 B
Python

# install the apport exception handler if available
try:
import apport_python_hook
except ImportError:
pass
else:
apport_python_hook.install()