blob: 42f01e3e49820ffc5df10dc2c5657daf141e76ee (
plain) (
tree)
|
|
PY23_LIBRARY()
LICENSE(Service-Py23-Proxy)
VERSION(Service-proxy-version)
IF (PYTHON2)
PEERDIR(contrib/python/zope.interface/py2)
ELSE()
PEERDIR(contrib/python/zope.interface/py3)
ENDIF()
NO_LINT()
END()
RECURSE(
py2
py3
)
|