diff options
| author | Nathan Kinder <nkinder@redhat.com> | 2015-03-16 21:58:10 -0700 |
|---|---|---|
| committer | Nathan Kinder <nkinder@redhat.com> | 2015-03-20 07:57:46 -0700 |
| commit | 0562d486c6906bbba909bddf1326a9ed497b4443 (patch) | |
| tree | ba8948711a8f9f2694f54158e12353c757b71c7c /ipsilon/util/config.py | |
| parent | 83ec7148841303516fe31e76116b70c8a5f73aab (diff) | |
| download | ipsilon-ticket_25.tar.gz ipsilon-ticket_25.tar.xz ipsilon-ticket_25.zip | |
Mapped Attrs - WIPticket_25
Diffstat (limited to 'ipsilon/util/config.py')
| -rw-r--r-- | ipsilon/util/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipsilon/util/config.py b/ipsilon/util/config.py index 947c697..f6c09a6 100644 --- a/ipsilon/util/config.py +++ b/ipsilon/util/config.py @@ -199,6 +199,7 @@ class ComplexList(List): self.set_value(jsonval) +# NGK(TODO) - We might want to use this instead. class MappingList(ComplexList): def _check_value(self, value): |
