From ab81ca56fd336af4b83ef19a6f97dffe0b1a0923 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Thu, 4 Sep 2008 04:39:01 +0000 Subject: 255: CLI help, console commands now subclass from public.Application; other tweeking to make CLI utilize Application --- ipalib/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/__init__.py') diff --git a/ipalib/__init__.py b/ipalib/__init__.py index a5fc3f11..b0f0a1fc 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -61,4 +61,5 @@ api = plugable.API( public.Object, public.Method, public.Property, + public.Application, ) -- cgit