예제 #1
0
파일: api_client.py 프로젝트: Jimvin/cm_api
 def echo_error(self, message):
   """Generate an error, but we get to set the error message."""
   return tools.echo_error(self, message)
예제 #2
0
 def echo_error(self, message):
     """Generate an error, but we get to set the error message."""
     return tools.echo_error(self, message)