diff --git a/lutin_elog-sample.py b/lutin_elog-sample.py index d044738..6d3e1be 100644 --- a/lutin_elog-sample.py +++ b/lutin_elog-sample.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_elog.py b/lutin_elog.py index 3682824..a578d28 100644 --- a/lutin_elog.py +++ b/lutin_elog.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(): diff --git a/lutin_test-debug.py b/lutin_test-debug.py index 97d36bb..8a5701a 100644 --- a/lutin_test-debug.py +++ b/lutin_test-debug.py @@ -1,7 +1,7 @@ #!/usr/bin/python -import lutin.debug as debug +import realog.debug as debug import lutin.tools as tools -import lutin.debug as debug +import realog.debug as debug def get_type():