diff options
author | Christian Heimes <christian@cheimes.de> | 2008-01-07 19:58:41 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-01-07 19:58:41 (GMT) |
commit | 4d7e6702e96f7c681ca4ad7104269d9efa51d9f9 (patch) | |
tree | 227f405972a40ef253c811e0d7d096f5054a044d /Lib/test/test_socket.py | |
parent | aa0665ba17d821f9590e89ec741d1cd214013c41 (diff) | |
download | cpython-4d7e6702e96f7c681ca4ad7104269d9efa51d9f9.zip cpython-4d7e6702e96f7c681ca4ad7104269d9efa51d9f9.tar.gz cpython-4d7e6702e96f7c681ca4ad7104269d9efa51d9f9.tar.bz2 |
Fixed indention problem that caused the second TIPC test to run on systems without TIPC
Diffstat (limited to 'Lib/test/test_socket.py')
-rw-r--r-- | Lib/test/test_socket.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index 45f0434..4b30db8 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -1186,7 +1186,7 @@ def test_main(): tests.append(TestLinuxAbstractNamespace) if isTipcAvailable(): tests.append(TIPCTest) - tests.append(TIPCThreadableTest) + tests.append(TIPCThreadableTest) thread_info = test_support.threading_setup() test_support.run_unittest(*tests) |