diff options
Diffstat (limited to 'wmd/actions/google.py')
| -rw-r--r-- | wmd/actions/google.py | 2 |
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 | ||
| 4 | import urllib2 | 4 | import urllib2 |
| 5 | import simplejson | 5 | import json as simplejson |
| 6 | 6 | ||
| 7 | from wmd.actions import Action | 7 | from wmd.actions import Action |
| 8 | 8 | ||