summaryrefslogtreecommitdiff
path: root/debian/sitecustomize.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/sitecustomize.py.in')
-rw-r--r--debian/sitecustomize.py.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/sitecustomize.py.in b/debian/sitecustomize.py.in
new file mode 100644
index 0000000..89c6712
--- /dev/null
+++ b/debian/sitecustomize.py.in
@@ -0,0 +1,7 @@
+# install the apport exception handler if available
+try:
+ import apport_python_hook
+except ImportError:
+ pass
+else:
+ apport_python_hook.install()