From 4561c47c9c4dcd3fe004ff46f4915de87a64b909 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 21 Dec 2009 17:30:11 -0500 Subject: [PATCH] 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-dev/; revision=2766 --- invirt-build-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invirt-build-conf b/invirt-build-conf index 84716a0..d43bc7c 100755 --- a/invirt-build-conf +++ b/invirt-build-conf @@ -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 -- 1.7.9.5