[Zope3-checkins] CVS: Zope3/lib/python/Interface - _InterfaceClass.py:1.7
   
    Jeremy Hylton
     
    jeremy@zope.com
       
    Mon, 22 Jul 2002 12:27:32 -0400
    
    
  
Update of /cvs-repository/Zope3/lib/python/Interface
In directory cvs.zope.org:/tmp/cvs-serv3823
Modified Files:
	_InterfaceClass.py 
Log Message:
Remove unused import.
=== Zope3/lib/python/Interface/_InterfaceClass.py 1.6 => 1.7 ===
 """
 
 from inspect import currentframe
-import sys
 from Method import Method, fromFunction
 from Attribute import Attribute
 from types import FunctionType