blob: 1707e044fd632a035db5f1306ba52b5cc79427e6 [file] [log] [blame]
"""\
This module provides a get_proxy() function, which should be used to access
the afe RPC server.
"""
__author__ = 'showard@google.com (Steve Howard)'
from json_rpc import proxy
def get_proxy(*args, **kwargs):
return proxy.ServiceProxy(*args, **kwargs)