summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-09-04 04:39:01 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-09-04 04:39:01 +0000
commitab81ca56fd336af4b83ef19a6f97dffe0b1a0923 (patch)
tree05bebd08f4ae1672b2259f797613346745bb8272 /ipalib/__init__.py
parente1f8619d4adbc15415e2959496640c0f707c54fe (diff)
downloadfreeipa-ab81ca56fd336af4b83ef19a6f97dffe0b1a0923.tar.gz
freeipa-ab81ca56fd336af4b83ef19a6f97dffe0b1a0923.tar.xz
freeipa-ab81ca56fd336af4b83ef19a6f97dffe0b1a0923.zip
255: CLI help, console commands now subclass from public.Application; other tweeking to make CLI utilize Application
Diffstat (limited to 'ipalib/__init__.py')
-rw-r--r--ipalib/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py
index a5fc3f116..b0f0a1fc8 100644
--- a/ipalib/__init__.py
+++ b/ipalib/__init__.py
@@ -61,4 +61,5 @@ api = plugable.API(
public.Object,
public.Method,
public.Property,
+ public.Application,
)