[BUILD] update new lutin 0.5.3
This commit is contained in:
parent
a249eb5699
commit
1a4ff163d8
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
import lutinModule as module
|
import lutin.module as module
|
||||||
import lutinTools as tools
|
import lutin.tools as tools
|
||||||
|
|
||||||
def get_desc():
|
def get_desc():
|
||||||
return "e-xml XML parser and generator"
|
return "e-xml XML parser and generator"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
import lutinModule as module
|
import lutin.module as module
|
||||||
import lutinTools as tools
|
import lutin.tools as tools
|
||||||
import datetime
|
import datetime
|
||||||
|
|
||||||
def get_desc():
|
def get_desc():
|
||||||
|
Loading…
Reference in New Issue
Block a user