##// END OF EJS Templates
runtests: unindent an "if True" block...
Jun Wu -
r30987:1ee685de default
parent child Browse files
Show More
@@ -141,7 +141,6 def checkportisavailable(port):
141 141 family = socket.AF_INET6
142 142 else:
143 143 family = socket.AF_INET
144 if True:
145 144 try:
146 145 s = socket.socket(family, socket.SOCK_STREAM)
147 146 s.bind(('localhost', port))
General Comments 0
You need to be logged in to leave comments. Login now