From 7acf12e988f45d503d7d93f03f706618f7696504 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Sun, 20 Jul 2008 01:29:59 +0000 Subject: 10: Updated base.API to reflect the fact that base.Object is now the new unit of plugin functionality; updated corresponding unit tests --- ipalib/__init__.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ipalib/__init__.py') diff --git a/ipalib/__init__.py b/ipalib/__init__.py index 1337d812..ddce3ac9 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -20,7 +20,3 @@ """ IPA library. """ - -import base - -api = base.API() -- cgit