[Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/class_.py
	Bugfix: Added missing import
    Roger Ineichen 
    roger at projekt01.ch
       
    Wed Mar 23 04:39:29 EST 2005
    
    
  
Log message for revision 29649:
  Bugfix: Added missing import
Changed:
  U   Zope3/trunk/src/zope/app/apidoc/codemodule/browser/class_.py
-=-
Modified: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/class_.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/codemodule/browser/class_.py	2005-03-23 01:12:47 UTC (rev 29648)
+++ Zope3/trunk/src/zope/app/apidoc/codemodule/browser/class_.py	2005-03-23 09:39:29 UTC (rev 29649)
@@ -24,6 +24,7 @@
 from zope.app.apidoc.interfaces import IDocumentationModule
 from zope.app.apidoc.utilities import getPythonPath, getPermissionIds
 from zope.app.apidoc.utilities import renderText, getFunctionSignature
+from zope.app.traversing.interfaces import TraversalError
 
 
 def getTypeLink(type):
    
    
More information about the Zope3-Checkins
mailing list