Index: appengine/chrome_infra_packages/cipd/__init__.py |
diff --git a/infra/libs/decorators/__init__.py b/appengine/chrome_infra_packages/cipd/__init__.py |
similarity index 69% |
copy from infra/libs/decorators/__init__.py |
copy to appengine/chrome_infra_packages/cipd/__init__.py |
index 10e8d7228c5a8e8b356e7baefe68a9374f901ba3..6a5b70be19c15841837abd2d480438026f3ddb00 100644 |
--- a/infra/libs/decorators/__init__.py |
+++ b/appengine/chrome_infra_packages/cipd/__init__.py |
@@ -2,4 +2,5 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-from infra.libs.decorators.decorators import cached_property |
+from .api import PackageRepositoryApi |
+from .impl import get_repo_service |
nodir
2014/12/30 22:54:00
You should probably import PackageInstanceSignatur
Vadim Sh.
2014/12/31 01:27:35
Removed get_repo_service instead. It is not used o
nodir
2015/01/02 19:13:03
Acknowledged.
|