aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-25 13:57:34 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-25 13:57:34 -0700
commit8287523dafd1697d29d0abf942b097fd3ca0c56f (patch)
treef8546e4f869c73151b7ebf7c4357ecac247cb063 /tools
parent31fdaa4aa569eb4470c5e65d834165c3e4ab48c2 (diff)
Add missing import
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 3c2b2a8b89..52d753729f 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -40,6 +40,7 @@ import os
import platform
import random
import re
+import socket
import subprocess
import sys
import time