From 29a242d97dd4a5a9110710027cdddb244b8b0e29 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Tue, 13 Sep 2011 14:53:02 -0700 Subject: [PATCH] Move orchestra to teuthology.orchestra so there's just one top-level package. --- s3tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/s3tests.py b/s3tests.py index 1ba1b09393e..20a1ba357c4 100644 --- a/s3tests.py +++ b/s3tests.py @@ -7,8 +7,8 @@ import os from teuthology import misc as teuthology from teuthology import contextutil -from orchestra import run -from orchestra.connection import split_user +from ..orchestra import run +from ..orchestra.connection import split_user log = logging.getLogger(__name__) -- 2.39.5