diff options
| author | jason | 2014-04-23 15:21:11 -0600 |
|---|---|---|
| committer | jason | 2014-05-28 02:06:08 -0600 |
| commit | e2d43ece40911da7e24f343dfdae51e38aebd2f6 (patch) | |
| tree | ea014ed4ee5f14e03965d069e674119bf5d1f0b1 /wmd/actions/google.py | |
| parent | 126f8a496be0b089e95cbbc357400fc90d6b8571 (diff) | |
| download | warmachine-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.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 | ||