diff options
Diffstat (limited to 'lib/debug')
| -rw-r--r-- | lib/debug/__init__.py | 7 | ||||
| -rw-r--r-- | lib/debug/utils.py | 2 |
2 files changed, 1 insertions, 8 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 - diff --git a/lib/debug/utils.py b/lib/debug/utils.py index 9618d173..10d840d9 100644 --- a/lib/debug/utils.py +++ b/lib/debug/utils.py @@ -5,7 +5,7 @@ # this file is without: import inkex # - we need dump argv and sys.path as is on startup from inkscape -# - later sys.path may be modified that influences importing inkex (see prefere_pip_inkex) +# - later sys.path may be modified that influences importing inkex (see prefer_pip_inkex) import os import sys |
