From 9c5890cb780587a895a4ac6680dbb4306c30e56f Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 2 May 2013 10:26:37 -0400 Subject: Update rootwrap with code from oslo. Change-Id: I30f1b8773840c098f1e38d09bf13f0863035289e --- bin/nova-rootwrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/nova-rootwrap b/bin/nova-rootwrap index f37958ba5..5e3c4fa23 100755 --- a/bin/nova-rootwrap +++ b/bin/nova-rootwrap @@ -17,6 +17,6 @@ # limitations under the License. # Temporary shim to do a devstack transition -from nova.cmd import rootwrap +from nova.openstack.common.rootwrap import cmd -rootwrap.main() +cmd.main() -- cgit