diff options
author | Rob Crittenden <rcritten@redhat.com> | 2011-01-20 15:07:43 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-01-21 13:56:02 -0500 |
commit | 4361cd02422d8a6b30d67bb6869af9c67f7ec9c0 (patch) | |
tree | 706f815f0ae0cbb68649397e0949599d6e035e96 /ipalib/plugins/batch.py | |
parent | 35f2f1d72078d69ca82b68f4d52bc61f2d297dfc (diff) | |
download | freeipa-4361cd02422d8a6b30d67bb6869af9c67f7ec9c0.tar.gz freeipa-4361cd02422d8a6b30d67bb6869af9c67f7ec9c0.tar.xz freeipa-4361cd02422d8a6b30d67bb6869af9c67f7ec9c0.zip |
Rename INTERNAL to NO_CLI for commands we hide from the cli.
Also make i18n_messages and json_metadata NO_CLI.
ticket 821
Diffstat (limited to 'ipalib/plugins/batch.py')
-rw-r--r-- | ipalib/plugins/batch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/batch.py b/ipalib/plugins/batch.py index f6f662f2..a5907791 100644 --- a/ipalib/plugins/batch.py +++ b/ipalib/plugins/batch.py @@ -54,7 +54,7 @@ from ipalib.text import _ from ipapython.version import API_VERSION class batch(Command): - INTERNAL = True + NO_CLI = True takes_args = ( List('methods?', |