tidy obsolete troggle/code/reset_db

This commit is contained in:
Philip Sargent
2021-04-10 01:14:23 +01:00
parent 6dc54adec8
commit 876868506f
5 changed files with 53 additions and 32 deletions

7
debian/sitecustomize.py vendored Normal file
View File

@@ -0,0 +1,7 @@
# install the apport exception handler if available
try:
import apport_python_hook
except ImportError:
pass
else:
apport_python_hook.install()