commit | 3fada336cd85d0ef0945f9be861295cf0a3a2604 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Fri Jan 07 17:07:45 2011 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Fri Jan 07 17:07:45 2011 -0500 |
tree | 9a2400c147708955816df8d4b0b3f23b8794f894 | |
parent | 48c1caaacd9e75884c853b1e44a58f62b7dd5773 [diff] [blame] |
Fixed bug with nested resources
diff --git a/tests/test_json_model.py b/tests/test_json_model.py index c9c9b7d..084e0a9 100644 --- a/tests/test_json_model.py +++ b/tests/test_json_model.py
@@ -21,7 +21,8 @@ __author__ = 'jcgregorio@google.com (Joe Gregorio)' -from apiclient.discovery import JsonModel, HttpError +from apiclient.model import JsonModel +from apiclient.errors import HttpError import os import unittest import httplib2