]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Sort the imports in test_rebind.py
authorteor <teor@torproject.org>
Mon, 22 Oct 2018 02:31:32 +0000 (12:31 +1000)
committerNick Mathewson <nickm@torproject.org>
Fri, 2 Nov 2018 17:14:23 +0000 (13:14 -0400)
Cleanup after #27968.

src/test/test_rebind.py

index 5e671de30839235de1848241be69416795439e0c..c63341a681ff134d113dec2b9d3ef7b18a8ae91f 100644 (file)
@@ -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