From 8fd56589b5eb6a7ea2f4019591db2d552062f690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Sat, 14 Aug 2010 15:27:38 -0500 Subject: libraries/zope.hookable: Added (Hookable object support) Signed-off-by: Erik Hanson --- libraries/zope.hookable/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libraries/zope.hookable/README (limited to 'libraries/zope.hookable/README') diff --git a/libraries/zope.hookable/README b/libraries/zope.hookable/README new file mode 100644 index 0000000000..37f53eab94 --- /dev/null +++ b/libraries/zope.hookable/README @@ -0,0 +1,7 @@ +zope.hookable (Hookable object support) + +Support the efficient creation of hookable objects, which are +callable objects that are meant to be replaced by other callables, +at least optionally. + +To build, this requires pysetuptools. -- cgit v1.2.3