Example #1
0
 def call_remote(self, request, func_name, args):
     self.logger.debug("UX:calling %s" %(func_name))
     try :
         packet = PackUtils.pack([func_name, args])
     except Exception, e:
         self.logger.warn("UX call pack method failed: %s" % str(e))
Example #2
0
 def call_remote(self, request, func_name, args):
     self.logger.debug("UX:calling %s" % (func_name))
     try:
         packet = PackUtils.pack([func_name, args])
     except Exception, e:
         self.logger.warn("UX call pack method failed: %s" % str(e))