Initial commit

This commit is contained in:
2021-10-27 14:28:05 +02:00
commit 4dd26c445b
1990 changed files with 91001 additions and 0 deletions
+7
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()