Skip to content

Commit

Permalink
remove import *
Browse files Browse the repository at this point in the history
  • Loading branch information
sribes committed Sep 14, 2016
1 parent 2e850db commit a2a013a
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 a2a013a

Please sign in to comment.