Merged broder's changes into invirt-base
authorGreg Brockman <gdb@mit.edu>
Thu, 24 Dec 2009 21:57:37 +0000 (16:57 -0500)
committerGreg Brockman <gdb@mit.edu>
Thu, 24 Dec 2009 21:57:37 +0000 (16:57 -0500)
svn path=/package_branches/invirt-base/hvirt/; revision=2778

debian/changelog
python/invirt/authz/__init__.py [deleted file]

index 17041c0..b26c5cb 100644 (file)
@@ -1,9 +1,16 @@
-invirt-base (0.0.28) unstable; urgency=low
+invirt-base (0.0.29) unstable; urgency=low
 
   * Added debathena SSH and KRB5 config
 
  -- Greg Brockman <gdb@mit.edu>  Thu, 24 Dec 2009 16:30:55 -0500
 
+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
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')