mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Whitespace normalization, via reindent.py.
This commit is contained in:
		
							parent
							
								
									e6ddc8b20b
								
							
						
					
					
						commit
						182b5aca27
					
				
					 453 changed files with 31318 additions and 31452 deletions
				
			
		|  | @ -4,10 +4,10 @@ | |||
| from distutils.core import Extension, setup | ||||
| 
 | ||||
| setup(name="LaunchServices", version="0.2", | ||||
| 	ext_modules=[ | ||||
| 		Extension('_Launch', ['_Launchmodule.c'], | ||||
| 		extra_link_args=['-framework', 'ApplicationServices']) | ||||
| 	], | ||||
| 	py_modules=['LaunchServices.Launch', 'LaunchServices.LaunchServices'], | ||||
| 	package_dir={'LaunchServices':'../../../Lib/plat-mac/Carbon'} | ||||
| 	) | ||||
|         ext_modules=[ | ||||
|                 Extension('_Launch', ['_Launchmodule.c'], | ||||
|                 extra_link_args=['-framework', 'ApplicationServices']) | ||||
|         ], | ||||
|         py_modules=['LaunchServices.Launch', 'LaunchServices.LaunchServices'], | ||||
|         package_dir={'LaunchServices':'../../../Lib/plat-mac/Carbon'} | ||||
|         ) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Peters
						Tim Peters