Trees | Indices | Help |
|
---|
|
1 import advene.model.content.avpairs as avpairs 2 3 # content_handler register functions 4 8 12 16 17 # implementation 18 19 _content_handlers = [] 20 21 # default registration 22 23 register_content_handler(avpairs) 24 25 ################################################################ 26 27 # textual mimetypes register function 28 32 37 42 43 # implementation 44 45 _textual_mimetypes = [] 46 47 # default registration 48 49 register_textual_mimetype("image/svg") 50 register_textual_mimetype("image/svg+xml") 51
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 8 16:00:05 2009 | http://epydoc.sourceforge.net |