From 424a50000a78fff715de4417dba9b4498aeeee4c Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Fri, 29 Sep 2017 13:40:02 +0300 Subject: Imported python3.5 3.5.4-4 --- debian/sitecustomize.py.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 debian/sitecustomize.py.in (limited to 'debian/sitecustomize.py.in') diff --git a/debian/sitecustomize.py.in b/debian/sitecustomize.py.in new file mode 100644 index 0000000..89c6712 --- /dev/null +++ b/debian/sitecustomize.py.in @@ -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