From 876868506f9a01ff49e25c501f92a4e89d2a0ffe Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 10 Apr 2021 01:14:23 +0100 Subject: tidy obsolete troggle/code/reset_db --- debian/sitecustomize.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 debian/sitecustomize.py (limited to 'debian/sitecustomize.py') 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() -- cgit v1.2.3