You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			13 lines
		
	
	
		
			485 B
		
	
	
	
		
			Python
		
	
			
		
		
	
	
			13 lines
		
	
	
		
			485 B
		
	
	
	
		
			Python
		
	
# Copyright (c) 2012 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.
 | 
						|
 | 
						|
"""This file remains here because of multiple find_depot_tools.py scripts
 | 
						|
that attempt to import it as a way to find depot_tools.
 | 
						|
 | 
						|
See also:
 | 
						|
 * http://crbug.com/585837
 | 
						|
 * Example of find_depot_tools in build repo:
 | 
						|
https://chromium.googlesource.com/chromium/tools/build/+/2680bd4/scripts/common/find_depot_tools.py
 | 
						|
"""
 |