From 01deeb757927cfdacb8fc0597ab2262a0dccba70 Mon Sep 17 00:00:00 2001 From: Luke Campagnola <> Date: Thu, 13 Sep 2012 11:07:29 -0400 Subject: [PATCH] fixed import statement in flowchart/eq --- flowchart/eq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowchart/eq.py b/flowchart/eq.py index ad1e357c..031ebce8 100644 --- a/flowchart/eq.py +++ b/flowchart/eq.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- from numpy import ndarray, bool_ -from metaarray import MetaArray +from pyqtgraph.metaarray import MetaArray def eq(a, b): """The great missing equivalence function: Guaranteed evaluation to a single bool value."""