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

Unified Diff: app/lib/appengine_repository.dart

Issue 917793002: Use pub_server package (Closed) Base URL: git@github.com:dart-lang/pub-dartlang-dart.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « app/bin/server_common.dart ('k') | app/lib/upload_signer_service.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/lib/appengine_repository.dart
diff --git a/app/lib/appengine_repository.dart b/app/lib/appengine_repository.dart
index 542906a1e1361464bd8ad85d66902d6755a0eb90..32ef847c3ee3685cbade45c7a490f325b0560172 100644
--- a/app/lib/appengine_repository.dart
+++ b/app/lib/appengine_repository.dart
@@ -10,7 +10,7 @@ import 'dart:io';
import 'package:gcloud/db.dart';
import 'package:gcloud/storage.dart';
import 'package:gcloud/service_scope.dart' as ss;
-import 'package:pubserver/repository.dart';
+import 'package:pub_server/repository.dart';
import 'package:logging/logging.dart';
import 'package:uuid/uuid.dart';
« no previous file with comments | « app/bin/server_common.dart ('k') | app/lib/upload_signer_service.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698