Commit 158cfe15 authored by Jérome Perrin's avatar Jérome Perrin Committed by Kazuhiko Shiozaki

testDynamicClassGeneration WIP

parent 795a4e29
......@@ -2809,8 +2809,8 @@ class TestWithImport(TestImported):
from ITestGC import ITestGC
import zope.interface
@zope.interface.implementer(ITestGC)
class TestGC(XMLObject):
zope.interface.implements(ITestGC)
def foo(self):
pass
""")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment