summaryrefslogtreecommitdiff
path: root/lib/debug/__init__.py
diff options
context:
space:
mode:
authorkarnigen <karnigen@gmail.com>2024-05-03 01:34:58 +0200
committerGitHub <noreply@github.com>2024-05-03 01:34:58 +0200
commitbf5c2dfd67fac98868f86276504715ecfe1c369a (patch)
tree3b6bd611f452156fab48201fe7c868536dcb3e2d /lib/debug/__init__.py
parentad2914284e8ef5f59c410018415dbb8d574586f8 (diff)
Kgn/logging revamp (#2720)
* update config files * rebase after electron remove * added toml to requirements * logging update * Unified use of the TOML format instead of INI [no ci] * Unified use of the TOML format instead of INI [no ci] * moving debug*.py to debug dir, moving some part for debugger [no ci] * use of alternate logging in some cases * updated debug logger [no ci] * logging update * updated notes * updated notes about logging * style check
Diffstat (limited to 'lib/debug/__init__.py')
-rw-r--r--lib/debug/__init__.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/debug/__init__.py b/lib/debug/__init__.py
new file mode 100644
index 00000000..8093e6a0
--- /dev/null
+++ b/lib/debug/__init__.py
@@ -0,0 +1,11 @@
+# Authors: see git history
+#
+# Copyright (c) 2010 Authors
+# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
+
+
+# this enable:
+# from .debug import debug
+# from ..debug import debug
+from .debug import debug
+