From 8bce6c5f3e55d1ab79dd79b8d4101cadedeae4d0 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 26 Aug 2014 11:43:45 -0600 Subject: [PATCH] Fix module reference Signed-off-by: Zack Cerza --- teuthology/task/internal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index bda6df8bbc..cb0b41ce0d 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -15,7 +15,7 @@ from teuthology import lockstatus from teuthology import lock from teuthology import misc from teuthology import provision -from misc.parallel import parallel +from teuthology.parallel import parallel from ..orchestra import cluster, remote, run log = logging.getLogger(__name__) -- 2.39.5