diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-14 11:56:40 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-14 11:56:40 +0100 |
commit | 6aefc3863a3669a261d2b0d704ff561ae387e715 (patch) | |
tree | 9bec236b6b452e0e8fb7d9df8bc97366b53b2f35 /pykolab/cli/commands.py | |
parent | 2f5b7c672f0794614e9b1cdcb23e333dedb78809 (diff) | |
download | pykolab-6aefc3863a3669a261d2b0d704ff561ae387e715.tar.gz |
Unset add_domain from not being implemented yet
Diffstat (limited to 'pykolab/cli/commands.py')
-rw-r--r-- | pykolab/cli/commands.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pykolab/cli/commands.py b/pykolab/cli/commands.py index 045bc15..f1b9ac8 100644 --- a/pykolab/cli/commands.py +++ b/pykolab/cli/commands.py @@ -59,7 +59,6 @@ def __init__(): register('add_group', not_yet_implemented, description="Not yet implemented") register('delete_group', not_yet_implemented, description="Not yet implemented") - register('add_domain', not_yet_implemented, description="Not yet implemented") register('delete_domain', not_yet_implemented, description="Not yet implemented") def list_commands(*args, **kw): |