summaryrefslogtreecommitdiffstats
path: root/wmd/actions/google.py
diff options
context:
space:
mode:
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