From 9b2ca6cf9cbd58a55da9b8c368ef21e6fcc920e4 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 8 May 2015 22:36:21 +0200 Subject: [PATCH] [BUILD] update new lutin 0.5.3 --- lutin_date.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lutin_date.py b/lutin_date.py index 3ea43ca..f637a27 100644 --- a/lutin_date.py +++ b/lutin_date.py @@ -1,6 +1,6 @@ #!/usr/bin/python -import lutinModule as module -import lutinTools as tools +import lutin.module as module +import lutin.tools as tools import datetime def get_desc(): @@ -18,7 +18,7 @@ def create(target): now = datetime.datetime.now() - myModule.compile_flags_CC([ + myModule.compile_flags('c++', [ '-Wno-write-strings', '-Wall', "-DBUILD_DAY=\""+str(now.day)+"\"",