diff options
| author | makkalot <makkalot@gmail.com> | 2008-06-23 16:26:29 +0300 |
|---|---|---|
| committer | makkalot <makkalot@gmail.com> | 2008-06-23 16:26:29 +0300 |
| commit | b6a719aad8854627f0972f5e7ce1708be2520cf2 (patch) | |
| tree | b3126e9b1f07c15b71b007224508ef5b0e76a43e | |
| parent | b207979377e7297aff7dbb5efb58e7bca909fea4 (diff) | |
| download | third_party-func-b6a719aad8854627f0972f5e7ce1708be2520cf2.tar.gz third_party-func-b6a719aad8854627f0972f5e7ce1708be2520cf2.tar.xz third_party-func-b6a719aad8854627f0972f5e7ce1708be2520cf2.zip | |
make it for localhost
| -rw-r--r-- | test/unittest/test_client.py | 2 |
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 |
