summaryrefslogtreecommitdiffstats
path: root/wmd/actions/google.py
diff options
context:
space:
mode:
authorjason2014-04-23 15:21:11 -0600
committerjason2014-05-28 02:06:08 -0600
commite2d43ece40911da7e24f343dfdae51e38aebd2f6 (patch)
treeea014ed4ee5f14e03965d069e674119bf5d1f0b1 /wmd/actions/google.py
parent126f8a496be0b089e95cbbc357400fc90d6b8571 (diff)
downloadwarmachine-e2d43ece40911da7e24f343dfdae51e38aebd2f6.tar.gz
warmachine-e2d43ece40911da7e24f343dfdae51e38aebd2f6.zip
updated google plugin to use the new json module
Diffstat (limited to 'wmd/actions/google.py')
-rw-r--r--wmd/actions/google.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wmd/actions/google.py b/wmd/actions/google.py
index 07e2398..d00e651 100644
--- a/wmd/actions/google.py
+++ b/wmd/actions/google.py
@@ -2,7 +2,7 @@ __author__ = 'jason@zzq.org'
2__version__ = 1.0 2__version__ = 1.0
3 3
4import urllib2 4import urllib2
5import simplejson 5import json as simplejson
6 6
7from wmd.actions import Action 7from wmd.actions import Action
8 8