edn/lutinBase.py

7 lines
210 B
Python
Raw Normal View History

2013-04-21 22:15:45 +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/")