add imports used by ACQ4

This commit is contained in:
KIU Shueng Chuan 2021-06-24 16:11:35 +08:00
parent 81baa182c5
commit 427128ece1
1 changed files with 4 additions and 0 deletions

View File

@ -285,6 +285,10 @@ from .GraphicsScene import GraphicsScene
from .python2_3 import asUnicode
from .util.cupy_helper import getCupy
# indirect imports known to be used outside of the library
from .metaarray import MetaArray
from .ordereddict import OrderedDict
##############################################################
## PyQt and PySide both are prone to crashing on exit.