From 4ab133c3cb8fa9a9aff2b7e5d1c53a0feb164f3f Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Thu, 12 Feb 2009 02:10:12 -0700 Subject: Implemented more elegant way for entire plugin module to be conditionally skipped; updated cert.py and ra.py modules to use this --- 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 870c9c18f..76310cad0 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -878,6 +878,7 @@ 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 +from errors2 import SkipPluginModule try: import uuid -- cgit