integrations: Remove usage of six.
This commit is contained in:
parent
1412403037
commit
46c78ce7b5
10 changed files with 16 additions and 25 deletions
|
@ -10,7 +10,7 @@ import logging
|
|||
import argparse
|
||||
import os
|
||||
import pytz
|
||||
from six.moves import urllib
|
||||
import urllib
|
||||
import sys
|
||||
import time
|
||||
import traceback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue