mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | package main; | ||
|  | 
 | ||
|  | $USING_STYLES = 0; | ||
|  | $NO_NAVIGATION = 1; | ||
|  | $INDEX_COLUMNS = 1; | ||
|  | $MODULE_INDEX_COLUMNS = 1; | ||
|  | 
 | ||
|  | sub child_line { | ||
|  |     return ''; | ||
|  | } | ||
|  | 
 | ||
|  | 1;      # stupid perl... |