commit | 7cbceab6a0cef256644acd119a615ec698200ab8 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Mon Jun 27 10:46:54 2011 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Mon Jun 27 10:46:54 2011 -0400 |
tree | be4eed444a2cbbe08bb0c15cb73dd13471bd17eb | |
parent | 83cd439edeeb13462428fd93403a0927e9267168 [diff] [blame] |
fix imports on some tests
diff --git a/tests/test_oauth.py b/tests/test_oauth.py index 4d56c26..5b458a5 100644 --- a/tests/test_oauth.py +++ b/tests/test_oauth.py
@@ -22,6 +22,8 @@ __author__ = 'jcgregorio@google.com (Joe Gregorio)' +# Do not remove the httplib2 import +import httplib2 import unittest from apiclient.http import HttpMockSequence