mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Python: Make zope web tests pass
This commit is contained in:
committed by
Rasmus Wriedt Larsen
parent
387ab52855
commit
e257ba40c4
@@ -0,0 +1,9 @@
|
||||
class Interface():
|
||||
pass
|
||||
|
||||
|
||||
class implementer:
|
||||
|
||||
def __call__(self, ob):
|
||||
...
|
||||
return ob
|
||||
Reference in New Issue
Block a user