]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/tasks/cephadm: drop python2 support
authorKefu Chai <kchai@redhat.com>
Sun, 19 Jul 2020 09:35:30 +0000 (17:35 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 21 Jul 2020 11:52:11 +0000 (19:52 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/cephadm.py

index 211286c4f8a25de81708b5df74a55800ef7428a0..4dac03941bfcb49aff320fb8890a97b6d5276c64 100644 (file)
@@ -11,9 +11,8 @@ import json
 import re
 import uuid
 
-from io import BytesIO
+from io import BytesIO, StringIO
 import toml
-from six import StringIO
 from tarfile import ReadError
 from tasks.ceph_manager import CephManager
 from teuthology import misc as teuthology