2013-07-09 15:20:57 +02:00
|
|
|
#!/usr/bin/python
|
|
|
|
import lutinModule
|
|
|
|
import lutinTools
|
|
|
|
|
2013-12-23 22:38:46 +01:00
|
|
|
lutinModule.import_path(lutinTools.get_current_path(__file__) + "/sources/")
|
|
|
|
lutinModule.import_path(lutinTools.get_current_path(__file__) + "/../ewol/")
|