From 8ce65a81f2204ac85e2f463f8ce4ed9c77d5a102 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 3 May 2019 10:18:23 +0200 Subject: [PATCH] [DEBUG] update new API of lutin log --- lutin_audio-algo-river-test.py | 2 +- lutin_audio-algo-river.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lutin_audio-algo-river-test.py b/lutin_audio-algo-river-test.py index 7a7a998..2cfec37 100644 --- a/lutin_audio-algo-river-test.py +++ b/lutin_audio-algo-river-test.py @@ -1,6 +1,6 @@ #!/usr/bin/python import lutin.tools as tools -import lutin.debug as debug +import realog.debug as debug def get_type(): diff --git a/lutin_audio-algo-river.py b/lutin_audio-algo-river.py index 9cd25e5..21f181e 100644 --- a/lutin_audio-algo-river.py +++ b/lutin_audio-algo-river.py @@ -1,6 +1,6 @@ #!/usr/bin/python import lutin.tools as tools -import lutin.debug as debug +import realog.debug as debug def get_type():