git.ithinksw.org
/
~jspiros
/
python-ebml.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Overhauled the schema system to make more sense. Implemented a dump_structure utility.
[~jspiros/python-ebml.git]
/
ebml
/
schema
/
matroska.py
diff --git
a/ebml/schema/matroska.py
b/ebml/schema/matroska.py
index
c0fcd64
..
9e22e92
100644
(file)
--- a/
ebml/schema/matroska.py
+++ b/
ebml/schema/matroska.py
@@
-2,7
+2,7
@@
import os.path
from .specs import parse_specdata
from .specs import parse_specdata
-_Elements, Matroska
= parse_specdata(os.path.join(os.path.dirname(__file__), 'matroska.xml'), 'Matroska'
)
+_Elements, Matroska
Document = parse_specdata(os.path.join(os.path.dirname(__file__), 'matroska.xml'), 'MatroskaDocument', 'matroska', 1
)
for name, element in _Elements.iteritems():
for name, element in _Elements.iteritems():