aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/private.py
blob: 0fe1c1326087251d073e8d4e9ea017c19fcde1bc (plain)
1
2
3
4
import atexit
from QtCore import __moduleShutdown

atexit.register(__moduleShutdown)