diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-06 02:10:20 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-06 02:15:29 +0100 |
| commit | 66557edc120faac569004ba2bc426c5ac6a1100b (patch) | |
| tree | 58b44e89288715d2907671e18a341cf4df0cd40e /examples/merge_config.py | |
| parent | 553cca8e7417ad863b923758e6d402296d05de9c (diff) | |
Use a consistent style in examples
Also remove some unused imports.
Diffstat (limited to 'examples/merge_config.py')
| -rw-r--r-- | examples/merge_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/merge_config.py b/examples/merge_config.py index 2bf318e..ec022d5 100644 --- a/examples/merge_config.py +++ b/examples/merge_config.py @@ -65,7 +65,7 @@ import sys -from kconfiglib import Kconfig, Symbol, BOOL, TRISTATE, TRI_TO_STR +from kconfiglib import Kconfig, BOOL, TRISTATE, TRI_TO_STR if len(sys.argv) < 4: |
