diff --git a/lutin_openh264-common.py b/lutin_openh264-common.py index 2d6921c..b699737 100644 --- a/lutin_openh264-common.py +++ b/lutin_openh264-common.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_openh264-decoder.py b/lutin_openh264-decoder.py index 876155c..f0e0dfa 100644 --- a/lutin_openh264-decoder.py +++ b/lutin_openh264-decoder.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_openh264-encoder.py b/lutin_openh264-encoder.py index e9dcf01..7800e80 100644 --- a/lutin_openh264-encoder.py +++ b/lutin_openh264-encoder.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_openh264-processing.py b/lutin_openh264-processing.py index d173d3d..84a28b3 100644 --- a/lutin_openh264-processing.py +++ b/lutin_openh264-processing.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_openh264-tool-console-dec.py b/lutin_openh264-tool-console-dec.py index ea4aedb..d8b4a71 100644 --- a/lutin_openh264-tool-console-dec.py +++ b/lutin_openh264-tool-console-dec.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_openh264-tool-console-enc.py b/lutin_openh264-tool-console-enc.py index 26a2ed6..1b90786 100644 --- a/lutin_openh264-tool-console-enc.py +++ b/lutin_openh264-tool-console-enc.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_openh264.py b/lutin_openh264.py index b742463..76ccdeb 100644 --- a/lutin_openh264.py +++ b/lutin_openh264.py @@ -1,5 +1,5 @@ #!/usr/bin/python -import lutin.debug as debug +import realog.debug as debug import lutin.tools as tools