mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Changed references to the reprlib module to use its new name.
This commit is contained in:
		
							parent
							
								
									95d97c7390
								
							
						
					
					
						commit
						50a1acb2ab
					
				
					 12 changed files with 28 additions and 29 deletions
				
			
		|  | @ -413,8 +413,8 @@ def __init__(self, master, title, dict=None): | |||
|             height = 20*len(dict) # XXX 20 == observed height of Entry widget | ||||
|         self.master = master | ||||
|         self.title = title | ||||
|         import repr | ||||
|         self.repr = repr.Repr() | ||||
|         import reprlib | ||||
|         self.repr = reprlib.Repr() | ||||
|         self.repr.maxstring = 60 | ||||
|         self.repr.maxother = 60 | ||||
|         self.frame = frame = Frame(master) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alexandre Vassalotti
						Alexandre Vassalotti