From: Zack Cerza Date: Tue, 23 Aug 2016 21:22:19 +0000 (-0600) Subject: Fix a circular import issue X-Git-Tag: 1.1.0~537^2~18 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=22b4be5115aa802e50207440a3cca8a3657c7314;p=teuthology.git Fix a circular import issue Signed-off-by: Zack Cerza --- diff --git a/teuthology/orchestra/remote.py b/teuthology/orchestra/remote.py index 52cf6c04b8..276de88a67 100644 --- a/teuthology/orchestra/remote.py +++ b/teuthology/orchestra/remote.py @@ -15,7 +15,7 @@ import pwd import tempfile import netaddr -from . import console +import console log = logging.getLogger(__name__)