Exemplo n.º 1
0
 def _create_parser(parser_name):
     from org.python.core import imp
     drv_module = imp.importName(parser_name, 0, globals())
     return drv_module.create_parser()
Exemplo n.º 2
0
"""Simple API for XML (SAX) implementation for Python.