[BUILD] update new lutin 0.5.3

This commit is contained in:
Edouard DUPIN 2015-05-08 22:37:50 +02:00
parent b1ad254e0e
commit 629c64b50d
2 changed files with 4 additions and 4 deletions

View File

@ -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-net TCP/UDP/HTTP/FTP interface" return "e-net TCP/UDP/HTTP/FTP interface"

View File

@ -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-net TEST test software for enet" return "e-net TEST test software for enet"