blob: 59e5d66d8712bafd9787a5c0ee58f12577a29a40 [file] [log] [blame]
# Copyright 2013 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.
"""ActiveMaster definition."""
from config_bootstrap import Master
class DevTools(Master.Master1):
project_name = 'Chromium DevTools'
master_port = 8053
slave_port = 8153
master_port_alt = 8253