From 81c29bbf9e9f90ebfd025290cf0940faca223a5d Mon Sep 17 00:00:00 2001 From: ctava Date: Mon, 26 Jan 2015 18:40:09 -0500 Subject: [PATCH] in keeping with Readme.rmd To add gae-python-gcm to your AppEngine project without Django: removed django from gcm.py imports. --- gae_python_gcm/gcm.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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': '',