Sort the imports in test_rebind.py

Cleanup after #27968.
This commit is contained in:
teor 2018-10-22 12:31:32 +10:00 committed by Nick Mathewson
parent a02d6c560d
commit e36e4a9671

View File

@ -1,12 +1,12 @@
from __future__ import print_function
import sys
import subprocess
import socket
import os
import time
import random
import errno
import os
import random
import socket
import subprocess
import sys
import time
LOG_TIMEOUT = 60.0
LOG_WAIT = 0.1