Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zope-container
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
zope-container
Commits
b69d4651
Commit
b69d4651
authored
Mar 09, 2009
by
Roger Ineichen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: added missing ComponentLookupError, missing since revision 95429 and missing in last release.
parent
10f3b930
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGES.txt
CHANGES.txt
+3
-0
setup.py
setup.py
+1
-1
src/zope/container/traversal.py
src/zope/container/traversal.py
+1
-0
No files found.
CHANGES.txt
View file @
b69d4651
...
...
@@ -5,6 +5,9 @@ CHANGES
3.7.2 (unreleased)
------------------
- Fix: added missing ComponentLookupError, missing since revision 95429 and
missing in last release.
- Adapt to the move of IDefaultViewName from zope.component.interfaces
to zope.publisher.interfaces.
...
...
setup.py
View file @
b69d4651
...
...
@@ -48,7 +48,7 @@ setup(name='zope.container',
'Topic :: Internet :: WWW/HTTP'
,
'Framework :: Zope3'
],
url
=
'http://
cheeseshop
.python.org/pypi/zope.container'
,
url
=
'http://
pypi
.python.org/pypi/zope.container'
,
license
=
'ZPL 2.1'
,
packages
=
find_packages
(
'src'
),
package_dir
=
{
''
:
'src'
},
...
...
src/zope/container/traversal.py
View file @
b69d4651
...
...
@@ -19,6 +19,7 @@ __docformat__ = 'restructuredtext'
from
zope.interface
import
implements
,
providedBy
from
zope.component
import
queryMultiAdapter
,
getSiteManager
from
zope.component
import
ComponentLookupError
from
zope.traversing.interfaces
import
TraversalError
,
ITraversable
from
zope.publisher.interfaces.browser
import
IBrowserPublisher
from
zope.publisher.interfaces.xmlrpc
import
IXMLRPCPublisher
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment