From: Kefu Chai Date: Wed, 17 Jun 2020 10:25:06 +0000 (+0800) Subject: teuthology/suite: drop six.moves.input() X-Git-Tag: 1.1.0~86^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a91b65c23bedc9fbf4df24ade19cb73577445e65;p=teuthology.git teuthology/suite: drop six.moves.input() Signed-off-by: Kefu Chai --- diff --git a/teuthology/suite/run.py b/teuthology/suite/run.py index d0eda6616..67b605646 100644 --- a/teuthology/suite/run.py +++ b/teuthology/suite/run.py @@ -6,7 +6,6 @@ import re import time import yaml -from six.moves import input from humanfriendly import format_timespan from datetime import datetime