summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-23 16:26:29 +0300
committermakkalot <makkalot@gmail.com>2008-06-23 16:26:29 +0300
commitb6a719aad8854627f0972f5e7ce1708be2520cf2 (patch)
treeb3126e9b1f07c15b71b007224508ef5b0e76a43e /test
parentb207979377e7297aff7dbb5efb58e7bca909fea4 (diff)
downloadthird_party-func-b6a719aad8854627f0972f5e7ce1708be2520cf2.tar.gz
third_party-func-b6a719aad8854627f0972f5e7ce1708be2520cf2.tar.xz
third_party-func-b6a719aad8854627f0972f5e7ce1708be2520cf2.zip
make it for localhost
Diffstat (limited to 'test')
-rw-r--r--test/unittest/test_client.py2
1 files changed, 1 insertions, 1 deletions
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