Created module shutdown function necessary to avoid call python functions before module exit.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Hugo Parente Lima <hugo.pl@gmail.com>
This commit is contained in:
parent
6daa2edea5
commit
63cacc4411
4 changed files with 17 additions and 1 deletions
4
PySide/private.py
Normal file
4
PySide/private.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import atexit
|
||||
from QtCore import __moduleShutdown
|
||||
|
||||
atexit.register(__moduleShutdown)
|
||||
Loading…
Add table
Add a link
Reference in a new issue