Import ThreadSafeTimer in __init__

This fixes issue #1303
This commit is contained in:
Felipe Silveira 2020-07-08 10:03:32 -03:00 committed by GitHub
parent c03018005a
commit 9a83b72e9d
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 .colormap import *
from .ptime import time from .ptime import time
from .Qt import isQObjectAlive from .Qt import isQObjectAlive
from .ThreadsafeTimer import *
############################################################## ##############################################################