Skip to content

Commit

Permalink
Trying to fix android location updater
Browse files Browse the repository at this point in the history
  • Loading branch information
ms705 committed Apr 24, 2010
1 parent eafd3ac commit 9ff4523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appengine/perscon/drivers/android.py
@@ -1,5 +1,6 @@
# Copyright (C) 2010 Anil Madhavapeddy <anil@recoil.org>
# 2010 Richard Mortier <mort@cantab.net>
# 2010 Malte Schwarzkopf <ms705@cl.cam.ac.uk>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -15,6 +16,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
from django.utils import simplejson as json

import logging
log = logging.info
Expand Down

0 comments on commit 9ff4523

Please sign in to comment.