]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology/suite: drop six.moves.input()
authorKefu Chai <kchai@redhat.com>
Wed, 17 Jun 2020 10:25:06 +0000 (18:25 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 17 Jun 2020 14:19:20 +0000 (22:19 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
teuthology/suite/run.py

index d0eda66167db3b590613ff8d706393e6a6c011a2..67b6056461dbeb9fdaeeca5d966e5afe8aea268d 100644 (file)
@@ -6,7 +6,6 @@ import re
 import time
 import yaml
 
-from six.moves import input
 from humanfriendly import format_timespan
 
 from datetime import datetime