socketserver renaming reversal part 1: remove stub module.

This commit is contained in:
Georg Brandl 2008-05-24 18:08:33 +00:00
parent 7d3d04d6db
commit ae2496755c
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
import sys
from warnings import warnpy3k
warnpy3k("the SocketServer module has been renamed "
"to 'socketserver' in Python 3.0", stacklevel=2)
import socketserver
sys.modules[__name__] = socketserver