summaryrefslogtreecommitdiffstats
path: root/_deploy/debian/sitecustomize.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-05-03 22:47:57 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-05-03 22:47:57 +0100
commit8ad791c594c478eb08b346f2efefc9adb7e72246 (patch)
tree9aa4d3d717b8776adb78e106ad77ca474a162e14 /_deploy/debian/sitecustomize.py
parente6adced39d08e2719fb000f5ce5fa89f395547fc (diff)
downloadtroggle-8ad791c594c478eb08b346f2efefc9adb7e72246.tar.gz
troggle-8ad791c594c478eb08b346f2efefc9adb7e72246.tar.bz2
troggle-8ad791c594c478eb08b346f2efefc9adb7e72246.zip
rearranged config files
Diffstat (limited to '_deploy/debian/sitecustomize.py')
-rw-r--r--_deploy/debian/sitecustomize.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/_deploy/debian/sitecustomize.py b/_deploy/debian/sitecustomize.py
new file mode 100644
index 0000000..89c6712
--- /dev/null
+++ b/_deploy/debian/sitecustomize.py
@@ -0,0 +1,7 @@
+# install the apport exception handler if available
+try:
+ import apport_python_hook
+except ImportError:
+ pass
+else:
+ apport_python_hook.install()