summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-05-16 18:03:52 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-05-16 18:03:52 (GMT)
commitea0b22a167f25deaf170da2c321fbd9d64af1ab3 (patch)
treed2a8a25bc7f0f07029ff0cf58a041807c316792d /Lib/test
parent5e7b1c07bc3c6f22f8fbc276c7a1ac0aecfee64a (diff)
downloadcpython-ea0b22a167f25deaf170da2c321fbd9d64af1ab3.zip
cpython-ea0b22a167f25deaf170da2c321fbd9d64af1ab3.tar.gz
cpython-ea0b22a167f25deaf170da2c321fbd9d64af1ab3.tar.bz2
Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.
This fixes the omissions of configparser, copyreg, queue and socketserver renaming.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test___all__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py
index eaa9c25..3b6d966 100644
--- a/Lib/test/test___all__.py
+++ b/Lib/test/test___all__.py
@@ -40,7 +40,7 @@ class AllTest(unittest.TestCase):
self.check_all("configparser")
self.check_all("Cookie")
self.check_all("MimeWriter")
- self.check_all("Queue")
+ self.check_all("queue")
self.check_all("SimpleHTTPServer")
self.check_all("socketserver")
self.check_all("StringIO")