summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-11-14 21:29:46 -0700
committerJason Gerard DeRose <jderose@redhat.com>2008-11-14 21:29:46 -0700
commit36737c2d913716eb99aece5cc1f6a21234abe46a (patch)
treef33cdc01d6580f373bc68445d46d866e84c973a9 /ipalib/__init__.py
parent3433840692d294d8c16bd775cfea225b86b4d9e1 (diff)
downloadfreeipa-36737c2d913716eb99aece5cc1f6a21234abe46a.tar.gz
freeipa-36737c2d913716eb99aece5cc1f6a21234abe46a.tar.xz
freeipa-36737c2d913716eb99aece5cc1f6a21234abe46a.zip
Added frontend.LocalOrRemote command base class for commands like env
Diffstat (limited to 'ipalib/__init__.py')
-rw-r--r--ipalib/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py
index 53462cff3..b9a3c96d5 100644
--- a/ipalib/__init__.py
+++ b/ipalib/__init__.py
@@ -873,7 +873,8 @@ freeIPA.org:
import plugable
from backend import Backend, Context
-from frontend import Command, Object, Method, Property, Application
+from frontend import Command, LocalOrRemote, Application
+from frontend import Object, Method, Property
from ipa_types import Bool, Int, Unicode, Enum
from frontend import Param, DefaultFrom