thirdparty/google_appengine/google/appengine/api/memcache/__init__.py
changeset 3031 7678f72140e6
parent 2864 2e0b0af889be
--- a/thirdparty/google_appengine/google/appengine/api/memcache/__init__.py	Fri Oct 23 11:17:07 2009 -0700
+++ b/thirdparty/google_appengine/google/appengine/api/memcache/__init__.py	Fri Oct 23 13:54:11 2009 -0500
@@ -32,6 +32,7 @@
 
 from google.appengine.api import api_base_pb
 from google.appengine.api import apiproxy_stub_map
+from google.appengine.api import capabilities
 from google.appengine.api import namespace_manager
 from google.appengine.api.memcache import memcache_service_pb
 from google.appengine.runtime import apiproxy_errors
@@ -78,6 +79,8 @@
 TYPE_LONG = 4
 TYPE_BOOL = 5
 
+CAPABILITY = capabilities.CapabilitySet('memcache')
+
 
 def _key_string(key, key_prefix='', server_to_user_dict=None):
   """Utility function to handle different ways of requesting keys.