fix imports on some tests
This commit is contained in:
@@ -21,6 +21,8 @@ Unit tests for the apiclient.http.
|
|||||||
|
|
||||||
__author__ = 'jcgregorio@google.com (Joe Gregorio)'
|
__author__ = 'jcgregorio@google.com (Joe Gregorio)'
|
||||||
|
|
||||||
|
# Do not remove the httplib2 import
|
||||||
|
import httplib2
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from apiclient.http import set_user_agent
|
from apiclient.http import set_user_agent
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ Unit tests for apiclient.oauth.
|
|||||||
|
|
||||||
__author__ = 'jcgregorio@google.com (Joe Gregorio)'
|
__author__ = 'jcgregorio@google.com (Joe Gregorio)'
|
||||||
|
|
||||||
|
# Do not remove the httplib2 import
|
||||||
|
import httplib2
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from apiclient.http import HttpMockSequence
|
from apiclient.http import HttpMockSequence
|
||||||
|
|||||||
Reference in New Issue
Block a user