Have authz providers use an invirt.authz module.
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-dev/; revision=2766

invirt-build-conf

index 84716a0..d43bc7c 100755 (executable)
@@ -11,7 +11,7 @@ the git user that developers can push through.
 import os
 import tempfile
 
-from invirt.authz import mech as authz
+from invirt import authz
 from invirt import builder
 from invirt.config import structs as config