diff --git a/lutin_egami.py b/lutin_egami.py index cd0820f..28f84a7 100644 --- a/lutin_egami.py +++ b/lutin_egami.py @@ -1,7 +1,6 @@ #!/usr/bin/python -import lutinModule as module -import lutinTools as tools -import lutinTools +import lutin.module as module +import lutin.tools as tools def get_desc(): return "e-gami library (image generator from multiple image type)" @@ -26,13 +25,12 @@ def create(target): # name of the dependency myModule.add_module_depend(['etk', 'png', 'esvg', 'edtaa3']) - myModule.compile_flags_CC([ + myModule.compile_flags('c++', [ '-Wno-write-strings', '-Wall']) myModule.add_export_path(tools.get_current_path(__file__)) - # add the currrent module at the return myModule