From 8f3879cbab509ced9e83491d3ac966c27fe6d298 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_curl-bin.py | 2 +- lutin_curl.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lutin_curl-bin.py b/lutin_curl-bin.py index 074b5fb..7b6d49e 100644 --- a/lutin_curl-bin.py +++ b/lutin_curl-bin.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 diff --git a/lutin_curl.py b/lutin_curl.py index afbaa93..ea44a7f 100644 --- a/lutin_curl.py +++ b/lutin_curl.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