From 89fd25c21d48c0c40ffe30a99858b0a77c0ae905 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_speex-test-enc-uwb.py | 2 +- lutin_speex-test-enc-wb.py | 2 +- lutin_speex-test-enc.py | 2 +- lutin_speex.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lutin_speex-test-enc-uwb.py b/lutin_speex-test-enc-uwb.py index 6e73d1c..c0d8055 100644 --- a/lutin_speex-test-enc-uwb.py +++ b/lutin_speex-test-enc-uwb.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_speex-test-enc-wb.py b/lutin_speex-test-enc-wb.py index 6adb108..06edb46 100644 --- a/lutin_speex-test-enc-wb.py +++ b/lutin_speex-test-enc-wb.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_speex-test-enc.py b/lutin_speex-test-enc.py index 403c25d..1acb9a9 100644 --- a/lutin_speex-test-enc.py +++ b/lutin_speex-test-enc.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_speex.py b/lutin_speex.py index 8d0e84b..3bbf812 100644 --- a/lutin_speex.py +++ b/lutin_speex.py @@ -1,5 +1,5 @@ #!/usr/bin/python -import lutin.debug as debug +import realog.debug as debug import lutin.tools as tools import os