mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +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
				
			
		|  | @ -1557,7 +1557,7 @@ def __init__(self, screenName=None, baseName=None, className='Tk', useTk=1): | |||
|         self._tkloaded = 0 | ||||
|         # to avoid recursions in the getattr code in case of failure, we | ||||
|         # ensure that self.tk is always _something_. | ||||
|         self.tk = None   | ||||
|         self.tk = None | ||||
|         if baseName is None: | ||||
|             import sys, os | ||||
|             baseName = os.path.basename(sys.argv[0]) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Peters
						Tim Peters