]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Queue renaming reversal part 1: remove stub module.
authorGeorg Brandl <georg@python.org>
Sun, 25 May 2008 07:08:35 +0000 (07:08 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 25 May 2008 07:08:35 +0000 (07:08 +0000)
Lib/lib-old/Queue.py [deleted file]

diff --git a/Lib/lib-old/Queue.py b/Lib/lib-old/Queue.py
deleted file mode 100644 (file)
index e358a04..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-import sys
-from warnings import warnpy3k
-
-warnpy3k("the Queue module has been renamed "
-         "to 'queue' in Python 3.0", stacklevel=2)
-
-import queue
-sys.modules[__name__] = queue