From 89174d29a766082277587740c7d74af01ae97c00 Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Mon, 20 Dec 2010 14:37:36 -0500 Subject: [PATCH] relative import fixup --- apiclient/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ __all__ = [ ] import httplib2 -from apiclient.model import JsonModel +from model import JsonModel class HttpRequest(object):