Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Kirill Smelkov
Zope
Commits
57c09032
Commit
57c09032
authored
Jul 08, 2005
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed typo
parent
a7b9e4cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/python/Interface/bridge.py
lib/python/Interface/bridge.py
+1
-1
No files found.
lib/python/Interface/bridge.py
View file @
57c09032
...
...
@@ -24,7 +24,7 @@ from zope.interface.interface import Interface as Z3_Interface
from
zope.interface.interface
import
Attribute
as
Z3_Attribute
from
zope.interface.interface
import
Method
as
Z3_Method
_bridges
=
{
Z3_
i
nterface
:
Z2_Interface
}
_bridges
=
{
Z3_
I
nterface
:
Z2_Interface
}
def
fromZ3Interface
(
z3i
):
""" Return a Zope 2 interface corresponding to 'z3i'.
...
...
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