summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-01-21 17:19:39 -0700
committerRob Crittenden <rcritten@redhat.com>2009-02-03 15:28:59 -0500
commit4febb4dd1417de8961b2ab092b0c530ca088b72a (patch)
tree419789e208d36b2332e6eb274e61365db19ccb52 /ipalib/__init__.py
parent6e53d03c69581982d341f591bfc3a35ec7f324d9 (diff)
downloadfreeipa.git-4febb4dd1417de8961b2ab092b0c530ca088b72a.tar.gz
freeipa.git-4febb4dd1417de8961b2ab092b0c530ca088b72a.tar.xz
freeipa.git-4febb4dd1417de8961b2ab092b0c530ca088b72a.zip
Started roughing out new crud base classes
Diffstat (limited to 'ipalib/__init__.py')
-rw-r--r--ipalib/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py
index 29344e18..aa0f66cc 100644
--- a/ipalib/__init__.py
+++ b/ipalib/__init__.py
@@ -874,9 +874,11 @@ import plugable
from backend import Backend, Context
from frontend import Command, LocalOrRemote, Application
from frontend import Object, Method, Property
+from crud import Create, Retrieve, Update, Delete, Search
from parameters import DefaultFrom, Bool, Flag, Int, Float, Bytes, Str, Password
from parameters import BytesEnum, StrEnum
+
try:
import uuid
except ImportError: