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
/
__init__.py
diff --git
a/ebml/schema/__init__.py
b/ebml/schema/__init__.py
index
3d1622e
..
c41eec6
100644
(file)
--- a/
ebml/schema/__init__.py
+++ b/
ebml/schema/__init__.py
@@
-1,2
+1,3
@@
from .base import *
-from .matroska import Matroska
\ No newline at end of file
+from .ebml import EBMLDocument
+from .matroska import MatroskaDocument
\ No newline at end of file