From 4361cd02422d8a6b30d67bb6869af9c67f7ec9c0 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 20 Jan 2011 15:07:43 -0500 Subject: Rename INTERNAL to NO_CLI for commands we hide from the cli. Also make i18n_messages and json_metadata NO_CLI. ticket 821 --- ipalib/plugins/batch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/batch.py') diff --git a/ipalib/plugins/batch.py b/ipalib/plugins/batch.py index f6f662f28..a5907791d 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?', -- cgit