diff options
| author | stranding <45762837+StrandingNeko@users.noreply.github.com> | 2025-04-12 01:23:18 +0800 |
|---|---|---|
| committer | Torsten Tejlmand Rasmussen <torsten.rasmussen@nordicsemi.no> | 2025-10-21 10:19:19 +0200 |
| commit | 04d165edf77436e1b11c734c18e5f9e2aefb8547 (patch) | |
| tree | 577dee4de8958e62ea99cfe72026a24bb2136a40 | |
| parent | 95de62d808f4447da2456201d226969e5815b459 (diff) | |
guiconfig: fix call re lib but not import it.
| -rwxr-xr-x | guiconfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guiconfig.py b/guiconfig.py index 7804fdc..ace5322 100755 --- a/guiconfig.py +++ b/guiconfig.py @@ -55,6 +55,7 @@ $srctree is supported through Kconfiglib. import errno import os import sys +import re _PY2 = sys.version_info[0] < 3 |
