Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: appengine/chrome_infra_packages/cipd/__init__.py

Issue 816433004: cipd: registerPackage method implementation. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698