Changed import order

These changes close the lintian warning C0411.
This commit is contained in:
Rodolfo García Peñas (kix)
2020-08-29 21:10:16 +02:00
parent b94983ee8a
commit 7d62441dc2
11 changed files with 13 additions and 14 deletions

View File

@ -19,9 +19,9 @@ import socket
import time
import re
import os
import six
from sys import exc_info
from threading import Lock
import six
try:
from hashlib import md5