[Checkins] SVN: zope.introspector/trunk/src/zope/introspector/interfaces.py removed some definitions that were double

Martin Lundwall martin at webworks.se
Tue Jul 22 11:11:32 EDT 2008


Log message for revision 88707:
  removed some definitions that were double

Changed:
  U   zope.introspector/trunk/src/zope/introspector/interfaces.py

-=-
Modified: zope.introspector/trunk/src/zope/introspector/interfaces.py
===================================================================
--- zope.introspector/trunk/src/zope/introspector/interfaces.py	2008-07-22 15:03:32 UTC (rev 88706)
+++ zope.introspector/trunk/src/zope/introspector/interfaces.py	2008-07-22 15:11:31 UTC (rev 88707)
@@ -32,15 +32,7 @@
     def getType():
         """Get the type of the object handled here.
         """
-        
-    def isModule():
-        """Returnes wether or not this is a Module. 
-        """
 
-    def isClass():
-        """Returnes wether or not this is a Class.
-        """    
-
     def isModule(self):
         """Returns true of the object is a module.
         """



More information about the Checkins mailing list