no more simplejson

This commit is contained in:
Jay Lee
2014-11-19 09:13:25 -05:00
parent c6012f049a
commit 71ade81064

4
gam.py
View File

@ -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 httplib2
import apiclient
import apiclient.discovery