From: Tim Peters Date: Fri, 6 Apr 2001 18:59:17 +0000 (+0000) Subject: Remove lines for asynchat & asyncore, as they've now got their own test. X-Git-Tag: v2.1c1~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f95423e2659a08703e37c7fc111d0f60ad3550a4;p=thirdparty%2FPython%2Fcpython.git Remove lines for asynchat & asyncore, as they've now got their own test. --- diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index bb4159c35e6b..b1a339ff22f5 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