summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-04-06 18:59:17 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-04-06 18:59:17 (GMT)
commitf95423e2659a08703e37c7fc111d0f60ad3550a4 (patch)
tree241ab298f1c0a2e2bfb44da2c9a89e6bad0c8e86
parentdca060c55c5eb4cb7b43faec7fb1a85217d1e752 (diff)
downloadcpython-f95423e2659a08703e37c7fc111d0f60ad3550a4.zip
cpython-f95423e2659a08703e37c7fc111d0f60ad3550a4.tar.gz
cpython-f95423e2659a08703e37c7fc111d0f60ad3550a4.tar.bz2
Remove lines for asynchat & asyncore, as they've now got their own test.
-rw-r--r--Lib/test/test_sundry.py2
1 files changed, 0 insertions, 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