summaryrefslogtreecommitdiff
path: root/silx/utils/debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/utils/debug.py')
-rw-r--r--silx/utils/debug.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/silx/utils/debug.py b/silx/utils/debug.py
index d6ca328..5459448 100644
--- a/silx/utils/debug.py
+++ b/silx/utils/debug.py
@@ -27,7 +27,8 @@
import inspect
import types
import logging
-from silx.third_party import six
+
+import six
debug_logger = logging.getLogger("silx.DEBUG")