commit | 89174d29a766082277587740c7d74af01ae97c00 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Mon Dec 20 14:37:36 2010 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Mon Dec 20 14:37:36 2010 -0500 |
tree | 480beff9d6aa2048ec6987632a55c57527a559db | |
parent | c672246b6383bc657105039b68104a789b7745de [diff] |
relative import fixup
diff --git a/apiclient/http.py b/apiclient/http.py index 70255a3..31a8fe8 100644 --- a/apiclient/http.py +++ b/apiclient/http.py
@@ -13,7 +13,7 @@ ] import httplib2 -from apiclient.model import JsonModel +from model import JsonModel class HttpRequest(object):