mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	fix a lot of Tkinter imports
This commit is contained in:
		
							parent
							
								
									6cb2bddb85
								
							
						
					
					
						commit
						d6d63f5437
					
				
					 76 changed files with 536 additions and 536 deletions
				
			
		|  | @ -1,9 +1,9 @@ | |||
| import os | ||||
| import sys | ||||
| import string | ||||
| from Tkinter import * | ||||
| from ScrolledText import ScrolledText | ||||
| from Dialog import Dialog | ||||
| from tkinter import * | ||||
| from tkinter.scrolledtext import ScrolledText | ||||
| from tkinter.dialog import Dialog | ||||
| import signal | ||||
| 
 | ||||
| BUFSIZE = 512 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Benjamin Peterson
						Benjamin Peterson