From a33fd6e0e217f01c1d426dbe38aa412a9c24f447 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-test.py | 2 +- lutin_audio.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lutin_audio-test.py b/lutin_audio-test.py index 7c4cba0..729e4a1 100644 --- a/lutin_audio-test.py +++ b/lutin_audio-test.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_audio.py b/lutin_audio.py index 53c390b..65c21db 100644 --- a/lutin_audio.py +++ b/lutin_audio.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():