equal
deleted
inserted
replaced
|
1 |
|
2 # The following is from |
|
3 # /usr/lib/python2.6/sitecustomize.py |
|
4 # install the apport exception handler if available |
|
5 try: |
|
6 import apport_python_hook |
|
7 except ImportError: |
|
8 pass |
|
9 else: |
|
10 apport_python_hook.install() |