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

Unified Diff: infra/libs/process_invocation/test/__init__.py

Issue 1130063003: Convert master_manager_launcher to use multiprocessing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master-kickoff
Patch Set: Rebase onto latest master. Created 5 years, 7 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: infra/libs/process_invocation/test/__init__.py
diff --git a/appengine/chromium_status/appengine_config.py b/infra/libs/process_invocation/test/__init__.py
similarity index 61%
copy from appengine/chromium_status/appengine_config.py
copy to infra/libs/process_invocation/test/__init__.py
index a55e47793f8ea8a97fa8ea6b58191eb7fdfedfc0..047b03ca9c81be752ff203bdfb5484533b052634 100644
--- a/appengine/chromium_status/appengine_config.py
+++ b/infra/libs/process_invocation/test/__init__.py
@@ -1,6 +1,3 @@
# Copyright (c) 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-
-# Make webapp.template use django 1.2. Quells default django warning.
-webapp_django_version = '1.2'
« no previous file with comments | « infra/libs/process_invocation/multiprocess.py ('k') | infra/libs/process_invocation/test/multiprocess_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698