diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-20 08:00:34 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-20 08:08:25 +0100 |
| commit | f2f69e6f60eb75d054383579454038a80f3d9f0e (patch) | |
| tree | 9d70052c300b76abcf309ddd85150952f4fb694d | |
| parent | 2e6a274d7ea13e938d42ce8f4a4ec1e5d141f8ec (diff) | |
allno/yesconfig.py: Remove unused STR_TO_TRI imports
Leftovers
| -rw-r--r-- | examples/allnoconfig.py | 2 | ||||
| -rw-r--r-- | examples/allyesconfig.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/allnoconfig.py b/examples/allnoconfig.py index dcff3f9..e7f05f4 100644 --- a/examples/allnoconfig.py +++ b/examples/allnoconfig.py @@ -8,7 +8,7 @@ # # $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/examples/allnoconfig.py -from kconfiglib import Kconfig, Symbol, STR_TO_TRI +from kconfiglib import Kconfig, Symbol import sys def do_allnoconfig(node): diff --git a/examples/allyesconfig.py b/examples/allyesconfig.py index 1bac713..0f15b1a 100644 --- a/examples/allyesconfig.py +++ b/examples/allyesconfig.py @@ -29,7 +29,7 @@ # # $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/examples/allyesconfig.py -from kconfiglib import Kconfig, Choice, STR_TO_TRI +from kconfiglib import Kconfig, Choice import sys def all_choices(node): |
