Index: appengine/findit/libs/http/test/retry_http_client_test.py |
diff --git a/appengine/findit/common/test/retry_http_client_test.py b/appengine/findit/libs/http/test/retry_http_client_test.py |
similarity index 99% |
rename from appengine/findit/common/test/retry_http_client_test.py |
rename to appengine/findit/libs/http/test/retry_http_client_test.py |
index 4809ec49f630fa4786646d4fef310bedfa0e3be6..ab0473cf012d4f3e348a0a1ed4d8b1132bb571d9 100644 |
--- a/appengine/findit/common/test/retry_http_client_test.py |
+++ b/appengine/findit/libs/http/test/retry_http_client_test.py |
@@ -6,7 +6,7 @@ import urllib |
from testing_utils import testing |
-from common import retry_http_client |
+from libs.http import retry_http_client |
class DummyHttpClient(retry_http_client.RetryHttpClient): |