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

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: remove metadata Created 5 years, 12 months 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/appengine/crbuild/test/__init__.py b/appengine/chrome_infra_packages/cipd/__init__.py
similarity index 81%
copy from appengine/crbuild/test/__init__.py
copy to appengine/chrome_infra_packages/cipd/__init__.py
index 5125f15163f48cc0a939b45c6620fd05559e271c..ab934c627f52a09192790f7050c27064ce21de43 100644
--- a/appengine/crbuild/test/__init__.py
+++ b/appengine/chrome_infra_packages/cipd/__init__.py
@@ -2,4 +2,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from test.base import CrBuildTestCase
+from .api import PackageRepositoryApi

Powered by Google App Engine
This is Rietveld 408576698