Exemplo n.º 1
0
 def xiin(self, xiinArgs):
     """
     The actual xiin workhorse.  See base.py for more information.
     """
     from base import Base
     xiinAction = Base()
     xiinAction.xiin(xiinArgs)