Skip to content

Commit a2a013a

Browse files
committed
remove import *
1 parent 2e850db commit a2a013a

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)