Have authz providers use an invirt.authz module. 0.0.28
authorEvan Broder <broder@mit.edu>
Mon, 21 Dec 2009 22:30:11 +0000 (17:30 -0500)
committerEvan Broder <broder@mit.edu>
Mon, 21 Dec 2009 22:30:11 +0000 (17:30 -0500)
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
python/invirt/authz/__init__.py [deleted file]

index 96d9ea7..928fc71 100644 (file)
@@ -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 <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
 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 (file)
index 9aaa397..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-from invirt.config import structs as config
-
-mech = __import__(config.authz.mech, fromlist='dummy')