diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-05-11 08:14:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-11 08:14:40 +0200 |
| commit | bf42ef00ca315e78c0069c01d97517e3786f2135 (patch) | |
| tree | 100619af8d29613a47fb0cb08414afdc270cf6d7 /lib/debug/__init__.py | |
| parent | 19b59aa2f4e94d7ac32e37aaa74aed7f99340859 (diff) | |
Update inkex (#2892)
* fix currentColor
* fix pip inkex import
* fix color block extension
Diffstat (limited to 'lib/debug/__init__.py')
| -rw-r--r-- | lib/debug/__init__.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/debug/__init__.py b/lib/debug/__init__.py index 8093e6a0..3973c45a 100644 --- a/lib/debug/__init__.py +++ b/lib/debug/__init__.py @@ -2,10 +2,3 @@ # # 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 - |
