fixed import statement in flowchart/eq

This commit is contained in:
Luke Campagnola 2012-09-13 11:07:29 -04:00
parent ca9d0ed147
commit 01deeb7579

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from numpy import ndarray, bool_ from numpy import ndarray, bool_
from metaarray import MetaArray from pyqtgraph.metaarray import MetaArray
def eq(a, b): def eq(a, b):
"""The great missing equivalence function: Guaranteed evaluation to a single bool value.""" """The great missing equivalence function: Guaranteed evaluation to a single bool value."""