Overhauled the schema system to make more sense. Implemented a dump_structure utility.
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 14 Apr 2011 02:47:11 +0000 (22:47 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 14 Apr 2011 02:47:11 +0000 (22:47 -0400)
commitf1ea34ada2ec6e900703bae7863837ad2b8287f1
tree32e2248913f532752ac68aaa63ea16104a9e09be
parent495182be96c0580426942c5921be0d709e32b443
Overhauled the schema system to make more sense. Implemented a dump_structure utility.
ebml/__init__.py
ebml/files.py [deleted file]
ebml/schema/__init__.py
ebml/schema/base.py
ebml/schema/ebml.py [new file with mode: 0644]
ebml/schema/matroska.py
ebml/schema/specs.py
ebml/utils/__init__.py [new file with mode: 0644]
ebml/utils/dump_structure.py [new file with mode: 0644]