Revert dummy commit now that the build slave is building.

This commit is contained in:
Georg Brandl 2007-12-16 11:21:48 +00:00
parent 6f6f6adea2
commit 9c8497eb6e

View file

@ -459,5 +459,4 @@ def create_connection(address, timeout=None):
if sock is not None:
sock.close()
raise RuntimeError("error %s, msg %s" % (error, msg))
raise error, msg