diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-05-03 17:59:00 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-05-03 18:00:23 +0200 |
commit | b1d4465c6eaf6848d67c1af4bcdfe158511ca244 (patch) | |
tree | 7e723c5b610b154c89765ec1f630169b6af0885b /pykolab/cli/commands.py | |
parent | 030c157841e2b8690938995f5ce6bd6c48a82ea5 (diff) | |
download | pykolab-b1d4465c6eaf6848d67c1af4bcdfe158511ca244.tar.gz |
Some initial domain operations for the command-line interface
Diffstat (limited to 'pykolab/cli/commands.py')
-rw-r--r-- | pykolab/cli/commands.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pykolab/cli/commands.py b/pykolab/cli/commands.py index 56520fd..cb57160 100644 --- a/pykolab/cli/commands.py +++ b/pykolab/cli/commands.py @@ -62,8 +62,6 @@ def __init__(): register('add_group', not_yet_implemented, description="Not yet implemented") register('delete_group', not_yet_implemented, description="Not yet implemented") - register('delete_domain', not_yet_implemented, description="Not yet implemented") - def list_commands(*args, **kw): """ List commands |