Initial commit. Implemented reading of variable size integers, element sizes, and...
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Sat, 9 Apr 2011 02:21:36 +0000 (22:21 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Sat, 9 Apr 2011 02:21:36 +0000 (22:21 -0400)
commit86596c9b7ed163682a87c604f203dba9e99d49bb
tree4d8ca93cb3b3217235672f802bc89463b690cea4
Initial commit. Implemented reading of variable size integers, element sizes, and element IDs.
.gitignore [new file with mode: 0644]
ebml/__init__.py [new file with mode: 0644]
ebml/core.py [new file with mode: 0644]
ebml/exceptions.py [new file with mode: 0644]