parts/buildout/sitecustomize.py
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     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()