diff --git a/gae_python_gcm/gcm.py b/gae_python_gcm/gcm.py index 15cef84..4645eac 100644 --- a/gae_python_gcm/gcm.py +++ b/gae_python_gcm/gcm.py @@ -16,10 +16,8 @@ except ImportError: import simplejson as json -from google.appengine.api import taskqueue ## Google App Engine specific - -from django.core.cache import cache -from django.utils import importlib +from google.appengine.api import taskqueue +from google.appengine.api import memcache as cache LOCALHOST = False GCM_CONFIG = {'gcm_api_key': '',