From bf5c2dfd67fac98868f86276504715ecfe1c369a Mon Sep 17 00:00:00 2001 From: karnigen Date: Fri, 3 May 2024 01:34:58 +0200 Subject: 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 --- lib/debug/__init__.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/debug/__init__.py (limited to 'lib/debug/__init__.py') 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 + -- cgit v1.2.3