tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit e36e4a9671e2dc066fbc0f51c845a9941414b08f
parent a02d6c560d8b574003b4c34907c1656f8c57e857
Author: teor <teor@torproject.org>
Date:   Mon, 22 Oct 2018 12:31:32 +1000

Sort the imports in test_rebind.py

Cleanup after #27968.

Diffstat:
Msrc/test/test_rebind.py | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 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