From f423f2c9f0634d3b123eaaae8b13afd83cc0cf94 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Thu, 14 Aug 2008 18:59:12 +0000 Subject: [PATCH] 162: Added link to container emulation documentation in plugable.py docstring --- ipalib/plugable.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ipalib/plugable.py b/ipalib/plugable.py index b663a7ea4..30a4a5f06 100644 --- a/ipalib/plugable.py +++ b/ipalib/plugable.py @@ -19,6 +19,10 @@ """ Generic plugin framework. + +The classes in this module make heavy use of Python container emulation. If +you are unfamiliar with this Python feature, see +http://docs.python.org/ref/sequence-types.html """ import re