From: Evan Broder Date: Mon, 21 Dec 2009 22:30:11 +0000 (-0500) Subject: Have authz providers use an invirt.authz module. X-Git-Tag: 0.0.28^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/commitdiff_plain/e96706d6806dcf3913b294f5444da076ecebaa79 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 --- 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')