From 014af24731ff39520a9635694ed99dc9d09669c9 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 12 Nov 2008 00:46:04 -0700 Subject: Changed calling signature of output_for_cli(); started work on 'textui' backend plugin --- ipalib/constants.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipalib/constants.py') diff --git a/ipalib/constants.py b/ipalib/constants.py index b8f93d21..6210e6c8 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -22,6 +22,8 @@ All constants centralized in one file. """ +# Used for a tab (or indentation level) when formatting for CLI: +CLI_TAB = ' ' # Two spaces # The section to read in the config files, i.e. [global] CONFIG_SECTION = 'global' -- cgit