Add some stuff

This commit is contained in:
Diogo Cordeiro
2020-09-16 16:11:26 +01:00
parent 88dd2cf9f1
commit 2c67b5490e
1376 changed files with 68542 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# install the apport exception handler if available
try:
import apport_python_hook
except ImportError:
pass
else:
apport_python_hook.install()