aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/bug_1031.py
blob: b974525433a2c9f6001c4909dfb0102f6007d6f5 (plain)
1
2
3
4
5
from PySide.QtCore import QStateMachine, QState

mach = QStateMachine()
state = QState(mach)
print(state.machine())