Skip to content

Commit

Permalink
Merge pull request #28 from VirtualPlants/wip_minor_image_interface
Browse files Browse the repository at this point in the history
image interface : remove import *
  • Loading branch information
pradal authored Sep 15, 2016
2 parents 2e850db + a2a013a commit 4f86e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/src/image_wralea/image_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__license__ = "Cecill-C"
__revision__ = " $Id: interface.py 2245 2010-02-08 17:11:34Z cokelaer $"

from openalea.core import *
from openalea.core.interface import IInterface
from openalea.image.spatial_image import SpatialImage

class IImage(IInterface) :
Expand Down

0 comments on commit 4f86e0a

Please sign in to comment.