From 22b4be5115aa802e50207440a3cca8a3657c7314 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 23 Aug 2016 15:22:19 -0600 Subject: [PATCH] Fix a circular import issue Signed-off-by: Zack Cerza --- teuthology/orchestra/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__) -- 2.39.5