From e96706d6806dcf3913b294f5444da076ecebaa79 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 21 Dec 2009 17:30:11 -0500 Subject: [PATCH] Have authz providers use an invirt.authz module. xvm-authz-locker now includes an invirt.authz module instead of xvm.authz.locker. All authz providers conflict with each other, and provide invirt-authz. svn path=/trunk/packages/invirt-base/; revision=2766 --- debian/changelog | 7 +++++++ python/invirt/authz/__init__.py | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 python/invirt/authz/__init__.py diff --git a/debian/changelog b/debian/changelog index 96d9ea7..928fc71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-base (0.0.28) unstable; urgency=low + + * Completely remove the invirt.authz Python package - it will be + included in packages that Provide invirt-authz. + + -- Evan Broder Mon, 21 Dec 2009 16:26:21 -0600 + invirt-base (0.0.27) unstable; urgency=low * Move invirt.authz.locker to xvm.authz.locker, in the xvm-authz-locker diff --git a/python/invirt/authz/__init__.py b/python/invirt/authz/__init__.py deleted file mode 100644 index 9aaa397..0000000 --- a/python/invirt/authz/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -from invirt.config import structs as config - -mech = __import__(config.authz.mech, fromlist='dummy') -- 1.7.9.5