We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0408e3 + 9e1e20e commit 7318acbCopy full SHA for 7318acb
2 files changed
src/openalea/lpy_wralea/__wralea__.py
@@ -1,13 +1,14 @@
1
from openalea.core import *
2
#from .lpy_nodes import WithLpyGui
3
4
-__name__ = "vplants.l-py"
5
-__version__ = '0.0.1'
+__name__ = "openalea.l-py"
+__version__ = '0.1.0'
6
__license__ = 'CECILL-C'
7
__authors__ = 'Frederic Boudon'
8
__institutes__ = 'INRIA/CIRAD'
9
__description__ = "An L-system engine providing a python interface."
10
__url__ = 'http://openalea.gforge.inria.fr'
11
+__alias__ = ['vplants.l-py']
12
13
__all__ = []
14
src/openalea/lpy_wralea/lpy_nodes.py
@@ -2,7 +2,7 @@
from openalea.lpy import Lsystem,AxialTree,generateScene
from openalea.plantgl.all import Viewer,PglTurtle
-from openalea.vpltk.qt import QtCore
+from qtpy import QtCore
def is_file(str):
return os.path.isfile(str)
0 commit comments