etc and var customers
This commit is contained in:
7
etc/python3.7/sitecustomize.py
Normal file
7
etc/python3.7/sitecustomize.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# install the apport exception handler if available
|
||||
try:
|
||||
import apport_python_hook
|
||||
except ImportError:
|
||||
pass
|
||||
else:
|
||||
apport_python_hook.install()
|
||||
Reference in New Issue
Block a user