mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	Merged revisions 65793 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r65793 | brett.cannon | 2008-08-17 17:41:11 -0700 (Sun, 17 Aug 2008) | 2 lines Remove an unneeded import of abc.ABCMeta from 'inspect'. ........
This commit is contained in:
		
							parent
							
								
									f0a39af1ae
								
							
						
					
					
						commit
						2f5cb3468e
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -39,7 +39,6 @@
 | 
				
			||||||
import imp
 | 
					import imp
 | 
				
			||||||
import tokenize
 | 
					import tokenize
 | 
				
			||||||
import linecache
 | 
					import linecache
 | 
				
			||||||
from abc import ABCMeta
 | 
					 | 
				
			||||||
from operator import attrgetter
 | 
					from operator import attrgetter
 | 
				
			||||||
from collections import namedtuple
 | 
					from collections import namedtuple
 | 
				
			||||||
# These constants are from Include/code.h.
 | 
					# These constants are from Include/code.h.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue