Transition apiclient from googlecode to github.
diff --git a/tests/test_oauth2client_jwt.py b/tests/test_oauth2client_jwt.py
index 8038520..f8cf00b 100644
--- a/tests/test_oauth2client_jwt.py
+++ b/tests/test_oauth2client_jwt.py
@@ -35,7 +35,7 @@
 except ImportError:
     from cgi import parse_qs
 
-from apiclient.http import HttpMockSequence
+from googleapiclient.http import HttpMockSequence
 from oauth2client import crypt
 from oauth2client.anyjson import simplejson
 from oauth2client.client import Credentials