Add queue to stdlib tests.

This commit is contained in:
Ryan Williams
2010-01-23 21:22:24 -05:00
parent 43287af23e
commit ec802dd8c6

View File

@@ -41,6 +41,7 @@ import_main('test_ftplib')
import_main('test_httplib') import_main('test_httplib')
if have_network_access: if have_network_access:
import_main('test_httpservers') import_main('test_httpservers')
import_main('test_queue')
if have_network_access: if have_network_access:
import_main('test_socket') import_main('test_socket')
import_main('test_socket_ssl') import_main('test_socket_ssl')