From ec802dd8c60ad3ea549484a74151f39b085b8835 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Sat, 23 Jan 2010 21:22:24 -0500 Subject: [PATCH] Add queue to stdlib tests. --- tests/stdlib/all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/stdlib/all.py b/tests/stdlib/all.py index 6808e07..43f5d19 100644 --- a/tests/stdlib/all.py +++ b/tests/stdlib/all.py @@ -41,6 +41,7 @@ import_main('test_ftplib') import_main('test_httplib') if have_network_access: import_main('test_httpservers') +import_main('test_queue') if have_network_access: import_main('test_socket') import_main('test_socket_ssl')