diff options
Diffstat (limited to 'pykolab/cli')
-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 8b96d12..6dedc6c 100644 --- a/pykolab/cli/commands.py +++ b/pykolab/cli/commands.py @@ -63,7 +63,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): |