Merge pull request #1304 from berr/patch-1

Import ThreadSafeTimer in __init__
This commit is contained in:
Ogi Moore 2020-07-08 10:10:32 -07:00 committed by GitHub
commit 7a154f74fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,6 +278,7 @@ from .SignalProxy import *
from .colormap import *
from .ptime import time
from .Qt import isQObjectAlive
from .ThreadsafeTimer import *
##############################################################