From: teor Date: Mon, 22 Oct 2018 02:31:32 +0000 (+1000) Subject: Sort the imports in test_rebind.py X-Git-Tag: tor-0.3.5.4-alpha~14^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e36e4a9671e2dc066fbc0f51c845a9941414b08f;p=thirdparty%2Ftor.git Sort the imports in test_rebind.py Cleanup after #27968. --- diff --git a/src/test/test_rebind.py b/src/test/test_rebind.py index 5e671de308..c63341a681 100644 --- a/src/test/test_rebind.py +++ b/src/test/test_rebind.py @@ -1,12 +1,12 @@ from __future__ import print_function -import sys -import subprocess -import socket +import errno import os -import time import random -import errno +import socket +import subprocess +import sys +import time LOG_TIMEOUT = 60.0 LOG_WAIT = 0.1