Skip to content

Commit 4f86e0a

Browse files
authored
Merge pull request #28 from VirtualPlants/wip_minor_image_interface
image interface : remove import *
2 parents 2e850db + a2a013a commit 4f86e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/src/image_wralea/image_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
__license__ = "Cecill-C"
1818
__revision__ = " $Id: interface.py 2245 2010-02-08 17:11:34Z cokelaer $"
1919

20-
from openalea.core import *
20+
from openalea.core.interface import IInterface
2121
from openalea.image.spatial_image import SpatialImage
2222

2323
class IImage(IInterface) :

0 commit comments

Comments
 (0)