From 923e6f2dbbdfc99f1c3f6b1766615cc9eb7a5229 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_opencv-calib3d.py | 2 +- lutin_opencv-core.py | 2 +- lutin_opencv-features2d.py | 2 +- lutin_opencv-flann.py | 2 +- lutin_opencv-imgproc.py | 2 +- lutin_opencv-ml.py | 2 +- lutin_opencv-objdetect.py | 2 +- lutin_opencv-photo.py | 2 +- lutin_opencv-shape.py | 2 +- lutin_opencv-stitching.py | 2 +- lutin_opencv-superres.py | 2 +- lutin_opencv-video.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lutin_opencv-calib3d.py b/lutin_opencv-calib3d.py index e5ef94a..7c10286 100644 --- a/lutin_opencv-calib3d.py +++ b/lutin_opencv-calib3d.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_opencv-core.py b/lutin_opencv-core.py index 5fc72e2..e908c80 100644 --- a/lutin_opencv-core.py +++ b/lutin_opencv-core.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_opencv-features2d.py b/lutin_opencv-features2d.py index be0e9ae..a1bd609 100644 --- a/lutin_opencv-features2d.py +++ b/lutin_opencv-features2d.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_opencv-flann.py b/lutin_opencv-flann.py index 1c7df17..5e2c20c 100644 --- a/lutin_opencv-flann.py +++ b/lutin_opencv-flann.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_opencv-imgproc.py b/lutin_opencv-imgproc.py index 843d20d..31e9e16 100644 --- a/lutin_opencv-imgproc.py +++ b/lutin_opencv-imgproc.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_opencv-ml.py b/lutin_opencv-ml.py index c69d400..08ff9e8 100644 --- a/lutin_opencv-ml.py +++ b/lutin_opencv-ml.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_opencv-objdetect.py b/lutin_opencv-objdetect.py index 65afb28..6d2577c 100644 --- a/lutin_opencv-objdetect.py +++ b/lutin_opencv-objdetect.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_opencv-photo.py b/lutin_opencv-photo.py index aebb5b8..9d35d7f 100644 --- a/lutin_opencv-photo.py +++ b/lutin_opencv-photo.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_opencv-shape.py b/lutin_opencv-shape.py index 13d5c28..ec4bd53 100644 --- a/lutin_opencv-shape.py +++ b/lutin_opencv-shape.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_opencv-stitching.py b/lutin_opencv-stitching.py index 02878f8..ac45b73 100644 --- a/lutin_opencv-stitching.py +++ b/lutin_opencv-stitching.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_opencv-superres.py b/lutin_opencv-superres.py index 92c22dd..af17b8b 100644 --- a/lutin_opencv-superres.py +++ b/lutin_opencv-superres.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_opencv-video.py b/lutin_opencv-video.py index 4e742af..55e8b82 100644 --- a/lutin_opencv-video.py +++ b/lutin_opencv-video.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