Skip to content

Commit

Permalink
...and add imports so FunctionImageData has a hope of working.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwebster committed Oct 2, 2010
1 parent 8f56b57 commit 2b797bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions enthought/chaco/function_image_data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from numpy import array
from enthought.traits.api import Instance, Callable, on_trait_change
from enthought.chaco.api import DataRange2D, ImageData

# Adapted (ie. copied and modified) from function_data_source.
Expand Down

0 comments on commit 2b797bf

Please sign in to comment.