Skip to content

Commit

Permalink
Backported test fixes from trunk, see revision 26091.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Jul 3, 2004
1 parent bf9fd84 commit 3fbd2de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ifacemodule/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ def getTypes(self):
>>> pprint(type)
[('name', 'IType'),
('path', 'zope.app.apidoc.ifacemodule.browser.IType')]
Cleanup
>>> directlyProvides(removeAllProxies(details.context), [])
"""
context = removeAllProxies(self.context)
types = list(providedBy(context))
Expand Down

0 comments on commit 3fbd2de

Please sign in to comment.