Trees | Indices | Help |
|
---|
|
1 """ 2 Unstable and experimental parser implementation. 3 4 See `advene.model.parsers.advene_xml` for the reference implementation. 5 """ 6 7 import advene.model.parsers.cinelab_xml as cinelab_xml 8 import advene.model.parsers.advene_zip as advene_zip 9 import advene.model.serializers.cinelab_zip as serializer 10 19
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 8 16:00:07 2009 | http://epydoc.sourceforge.net |