summaryrefslogtreecommitdiffstats
path: root/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 /debian/sitecustomize.py
parente6adced39d08e2719fb000f5ce5fa89f395547fc (diff)
downloadtroggle-8ad791c594c478eb08b346f2efefc9adb7e72246.tar.gz
troggle-8ad791c594c478eb08b346f2efefc9adb7e72246.tar.bz2
troggle-8ad791c594c478eb08b346f2efefc9adb7e72246.zip
rearranged config files
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()