This commit is contained in:
Mike Dirolf 2009-01-08 16:12:15 -05:00
parent bd49bf5020
commit fcdedb47b6

2
son.py
View File

@ -10,7 +10,7 @@ class SON(DictMixin):
"""SON data.
A subclass of dict that maintains ordering of keys and provides a few extra
niceties.
niceties for dealing with SON.
"""
def __init__(self, data=None, **kwargs):
self.__keys = []