mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	 5f23848574
			
		
	
	
		5f23848574
		
	
	
	
	
		
			
			svn+ssh://pythondev/python/trunk ........ r69050 | guilherme.polo | 2009-01-28 11:09:03 -0200 (Wed, 28 Jan 2009) | 2 lines Added the ttk module. See issue #2983: Ttk support for Tkinter. ........
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from test import support
 | |
| from tkinter.test import runtktests
 | |
| 
 | |
| def test_main():
 | |
|     support.run_unittest(*runtktests.get_tests(gui=False))
 | |
| 
 | |
| if __name__ == '__main__':
 | |
|     test_main()
 |