From 427128ece13aacf6b966f88559cbc30c77e67539 Mon Sep 17 00:00:00 2001 From: KIU Shueng Chuan Date: Thu, 24 Jun 2021 16:11:35 +0800 Subject: [PATCH] add imports used by ACQ4 --- pyqtgraph/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyqtgraph/__init__.py b/pyqtgraph/__init__.py index d69667c7..a80be296 100644 --- a/pyqtgraph/__init__.py +++ b/pyqtgraph/__init__.py @@ -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.