diff -r 1ac6a1e1e429 -r e440e94a874b scripts/interactive.py --- a/scripts/interactive.py Mon Sep 07 20:07:58 2009 +0200 +++ b/scripts/interactive.py Mon Sep 07 20:26:39 2009 +0200 @@ -97,8 +97,6 @@ context: locals that should be added to the shell """ - from google.appengine.api import apiproxy_stub_map - from google.appengine.api.memcache import memcache_stub from google.appengine.ext import db from google.appengine.ext.remote_api import remote_api_stub @@ -113,8 +111,6 @@ host = '%s.appspot.com' % app_id remote_api_stub.ConfigureRemoteDatastore(app_id, '/remote_api', auth_func, host) - apiproxy_stub_map.apiproxy.RegisterStub('memcache', - memcache_stub.MemcacheServiceStub()) context['deepFetch'] = deepFetch