예제 #1
0
파일: __init__.py 프로젝트: R4M80MrX/eve-1
 def _create_parser(parser_name):
     from org.python.core import imp
     drv_module = imp.importName(parser_name, 0, globals())
     return drv_module.create_parser()
예제 #2
0
"""Simple API for XML (SAX) implementation for Python.