From 48a7c7932b6882a0fe0718922e9b180beeed9487 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 3 May 2019 10:18:22 +0200 Subject: [PATCH] [DEBUG] update new API of lutin log --- lutin_elog-sample.py | 2 +- lutin_elog.py | 2 +- lutin_test-debug.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lutin_elog-sample.py b/lutin_elog-sample.py index d044738..6d3e1be 100644 --- a/lutin_elog-sample.py +++ b/lutin_elog-sample.py @@ -1,5 +1,5 @@ #!/usr/bin/python -import lutin.debug as debug +import realog.debug as debug import lutin.tools as tools diff --git a/lutin_elog.py b/lutin_elog.py index 3682824..a578d28 100644 --- a/lutin_elog.py +++ b/lutin_elog.py @@ -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(): diff --git a/lutin_test-debug.py b/lutin_test-debug.py index 97d36bb..8a5701a 100644 --- a/lutin_test-debug.py +++ b/lutin_test-debug.py @@ -1,7 +1,7 @@ #!/usr/bin/python -import lutin.debug as debug +import realog.debug as debug import lutin.tools as tools -import lutin.debug as debug +import realog.debug as debug def get_type():