Python: Make zope web tests pass

This commit is contained in:
Rasmus Wriedt Larsen
2019-12-02 14:47:28 +01:00
committed by Rasmus Wriedt Larsen
parent 387ab52855
commit e257ba40c4
4 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
class Interface():
pass
class implementer:
def __call__(self, ob):
...
return ob