Add some stuff
This commit is contained in:
7
systems/lctr-a72xx/fs/etc/python3.8/sitecustomize.py
Normal file
7
systems/lctr-a72xx/fs/etc/python3.8/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