7 lines
204 B
Python
7 lines
204 B
Python
|
#!/usr/bin/python
|
||
|
import lutinModule
|
||
|
import lutinTools
|
||
|
|
||
|
lutinModule.ImportPath(lutinTools.GetCurrentPath(__file__) + "/sources/")
|
||
|
lutinModule.ImportPath(lutinTools.GetCurrentPath(__file__) + "/../ewol/")
|