Queue renaming reversal part 1: remove stub module.

This commit is contained in:
Georg Brandl 2008-05-25 07:08:35 +00:00
parent f7cbfcffec
commit c8214253f2
1 changed files with 0 additions and 8 deletions

View File

@ -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