Example #1
0
def all():
    if env.server_software():
        return
    from google.appengine.tools import dev_appserver_main, dev_appserver

    dev_appserver.SetupStubs("emend", **dev_appserver_main.DEFAULT_ARGS)
Example #2
0
def urlfetch():
    if env.server_software():
        return
    apiproxy_stub_map.apiproxy = apiproxy_stub_map.APIProxyStubMap()
    apiproxy_stub_map.apiproxy.RegisterStub("urlfetch", urlfetch_stub.URLFetchServiceStub())
Example #3
0
def memcache():
    if env.server_software():
        return
    apiproxy_stub_map.apiproxy.RegisterStub("memcache", memcache_stub.MemcacheServiceStub())