diff options
| author | Jason Gerard DeRose <jderose@redhat.com> | 2008-08-14 18:59:12 +0000 |
|---|---|---|
| committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-08-14 18:59:12 +0000 |
| commit | f423f2c9f0634d3b123eaaae8b13afd83cc0cf94 (patch) | |
| tree | 5f539bd816b21d2e33c96f68aad90b451ea01bc1 | |
| parent | 7c64c8b95457c3aed1a3243ef1c22c303697a057 (diff) | |
162: Added link to container emulation documentation in plugable.py docstring
| -rw-r--r-- | ipalib/plugable.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
