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
+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 <broder@mit.edu> 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
+++ /dev/null
-from invirt.config import structs as config
-
-mech = __import__(config.authz.mech, fromlist='dummy')