From b6a719aad8854627f0972f5e7ce1708be2520cf2 Mon Sep 17 00:00:00 2001 From: makkalot Date: Mon, 23 Jun 2008 16:26:29 +0300 Subject: make it for localhost --- test/unittest/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittest/test_client.py b/test/unittest/test_client.py index f3b441d..1a3f7cd 100644 --- a/test/unittest/test_client.py +++ b/test/unittest/test_client.py @@ -13,7 +13,7 @@ import socket class BaseTest: # assume we are talking to localhost -# th = socket.gethostname() + # th = socket.gethostname() th = socket.getfqdn() nforks=1 async=False -- cgit