diff options
Diffstat (limited to 'examples/help_grep.py')
| -rw-r--r-- | examples/help_grep.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/help_grep.py b/examples/help_grep.py index f05c66f..eeeddfa 100644 --- a/examples/help_grep.py +++ b/examples/help_grep.py @@ -33,10 +33,12 @@ # ... -from kconfiglib import Kconfig, Symbol, Choice, MENU, COMMENT import re import sys +from kconfiglib import Kconfig, Symbol, Choice, MENU, COMMENT + + if len(sys.argv) < 3: sys.exit("Pass the regex with SCRIPT_ARG=<regex>") |
