From 665080e71a75cbcb2af93410b8319c5faa89ddc4 Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Sun, 28 Jan 2007 02:01:46 -0500 Subject: [PATCH] Docstring update: fixed exception list of accounts.create() --- pylib/csc/adm/accounts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pylib/csc/adm/accounts.py b/pylib/csc/adm/accounts.py index d0b2c87..52eeb99 100644 --- a/pylib/csc/adm/accounts.py +++ b/pylib/csc/adm/accounts.py @@ -485,7 +485,6 @@ def create_group(groupname, minimum_id=None, maximum_id=None, description=''): description - description LDAP attribute Exceptions: - GroupExists - when the group name conflicts with an existing group NoAvailableIDs - when the ID range is exhausted GroupException - when not connected LDAPException - on LDAP failure