Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions gae_python_gcm/gcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': '<YOUR-GCM-API-KEY>',
Expand Down