From 71ade81064b051aed1ca08246ff6c8400eeeecf5 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 19 Nov 2014 09:13:25 -0500 Subject: [PATCH] no more simplejson --- gam.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gam.py b/gam.py index bb77f921..870a0283 100644 --- a/gam.py +++ b/gam.py @@ -29,11 +29,7 @@ __license__ = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' import sys, os, time, datetime, random, socket, csv, platform, re, calendar, base64, hashlib -try: - import json -except ImportError: - import simplejson as json - +import json import httplib2 import apiclient import apiclient.discovery