From f95423e2659a08703e37c7fc111d0f60ad3550a4 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 6 Apr 2001 18:59:17 +0000 Subject: Remove lines for asynchat & asyncore, as they've now got their own test. --- Lib/test/test_sundry.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index bb4159c..b1a339f 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -9,8 +9,6 @@ import SimpleHTTPServer import SocketServer import aifc import anydbm -#import asynchat -import asyncore import audiodev import bdb import cmd -- cgit v0.12