Skip to content

Instantly share code, notes, and snippets.

View DanielSzoska's full-sized avatar

Daniel Szoska DanielSzoska

  • Friedenfels, Bavaria, Germany
View GitHub Profile
@samuraisam
samuraisam / zca_example.py
Created November 14, 2012 19:39
ZCA Example
from zope.interface import Interface, Attribute, implements
from zope.component import getGlobalSiteManager, adapts
# here is what our data looks like
class IKey(Interface):
pass
class IEntity(Interface):