diff options
| author | fpemud <fpemud@fpemud-workstation.(none)> | 2012-11-23 21:31:26 +0800 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-03 19:09:08 +0100 |
| commit | 20a20317794c474aae4c0a3243070f87a14ed459 (patch) | |
| tree | c1d48727bbb3cf120311c90d49f076e1cc513f63 | |
| parent | 25b68ab5a7beb3b49e41588f0451f1099e3e38e4 (diff) | |
add parent assignment for Choice object
| -rw-r--r-- | kconfiglib.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 3d81265..a6bbe5e 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1317,6 +1317,7 @@ class Config(): self.named_choices[name] = choice choice.config = self + choice.parent = parent choice.def_locations.append((filename, linenr)) |
