diff --git a/appengine/perscon/drivers/android.py b/appengine/perscon/drivers/android.py index ce30136..285804b 100644 --- a/appengine/perscon/drivers/android.py +++ b/appengine/perscon/drivers/android.py @@ -1,5 +1,6 @@ # Copyright (C) 2010 Anil Madhavapeddy # 2010 Richard Mortier +# 2010 Malte Schwarzkopf # # 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 @@ -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