Skip to content

Commit 7318acb

Browse files
authored
Merge pull request #65 from openalea/visualea
Change namespace from vplants to openalea
2 parents c0408e3 + 9e1e20e commit 7318acb

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/openalea/lpy_wralea/__wralea__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
from openalea.core import *
22
#from .lpy_nodes import WithLpyGui
33

4-
__name__ = "vplants.l-py"
5-
__version__ = '0.0.1'
4+
__name__ = "openalea.l-py"
5+
__version__ = '0.1.0'
66
__license__ = 'CECILL-C'
77
__authors__ = 'Frederic Boudon'
88
__institutes__ = 'INRIA/CIRAD'
99
__description__ = "An L-system engine providing a python interface."
1010
__url__ = 'http://openalea.gforge.inria.fr'
11+
__alias__ = ['vplants.l-py']
1112

1213
__all__ = []
1314

src/openalea/lpy_wralea/lpy_nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from openalea.lpy import Lsystem,AxialTree,generateScene
44
from openalea.plantgl.all import Viewer,PglTurtle
5-
from openalea.vpltk.qt import QtCore
5+
from qtpy import QtCore
66

77
def is_file(str):
88
return os.path.isfile(str)

0 commit comments

Comments
 (0)