From: Georg Brandl Date: Sun, 25 May 2008 07:08:35 +0000 (+0000) Subject: Queue renaming reversal part 1: remove stub module. X-Git-Tag: v2.6b1~269 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8214253f25b3263f57fc5e7f85de931207dcd61;p=thirdparty%2FPython%2Fcpython.git Queue renaming reversal part 1: remove stub module. --- diff --git a/Lib/lib-old/Queue.py b/Lib/lib-old/Queue.py deleted file mode 100644 index e358a0459aed..000000000000 --- a/Lib/lib-old/Queue.py +++ /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