integrations: Remove usage of six.

This commit is contained in:
rht 2020-04-02 11:11:08 -04:00 committed by showell
parent 1412403037
commit 46c78ce7b5
10 changed files with 16 additions and 25 deletions

View file

@ -46,7 +46,7 @@ import optparse
from sleekxmpp import ClientXMPP, InvalidJID, JID
from sleekxmpp.stanza import Message as JabberMessage
from sleekxmpp.exceptions import IqError, IqTimeout
from six.moves.configparser import SafeConfigParser
from configparser import SafeConfigParser
import getpass
import os
import sys