summaryrefslogtreecommitdiffstats
path: root/debian/sitecustomize.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-10 01:14:23 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-10 01:14:23 +0100
commit876868506f9a01ff49e25c501f92a4e89d2a0ffe (patch)
tree4b9426e7820ce100b9c2a73982f7d8cdbe5d5c08 /debian/sitecustomize.py
parent6dc54adec817ff959dafbf436ae3f21ae0dadbd6 (diff)
downloadtroggle-876868506f9a01ff49e25c501f92a4e89d2a0ffe.tar.gz
troggle-876868506f9a01ff49e25c501f92a4e89d2a0ffe.tar.bz2
troggle-876868506f9a01ff49e25c501f92a4e89d2a0ffe.zip
tidy obsolete troggle/code/reset_db
Diffstat (limited to 'debian/sitecustomize.py')
-rw-r--r--debian/sitecustomize.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/sitecustomize.py b/debian/sitecustomize.py
new file mode 100644
index 0000000..89c6712
--- /dev/null
+++ b/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()