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