changeset 69 | c6bca38c1cbf |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/parts/buildout/sitecustomize.py Sat Jan 08 11:20:57 2011 +0530 @@ -0,0 +1,10 @@ + +# The following is from +# /usr/lib/python2.6/sitecustomize.py +# install the apport exception handler if available +try: + import apport_python_hook +except ImportError: + pass +else: + apport_python_hook.install()