Compare commits

...

2 Commits

Author SHA1 Message Date
a33fd6e0e2 [DEBUG] update new API of lutin log 2019-05-03 10:18:23 +02:00
ac1dc87d10 [DEV] update new etk Uri API 2018-10-23 22:19:32 +02:00
3 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
def get_type():

View File

@ -7,7 +7,6 @@
#include <test-debug/debug.hpp>
#include <etest/etest.hpp>
#include <etk/etk.hpp>
#include <etk/os/FSNode.hpp>
extern "C" {
#include <math.h>
}