From: Georg Brandl Date: Sat, 24 May 2008 18:08:33 +0000 (+0000) Subject: socketserver renaming reversal part 1: remove stub module. X-Git-Tag: v2.6b1~275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae2496755c8c78378008d6f80dcad0e9a6a2a445;p=thirdparty%2FPython%2Fcpython.git socketserver renaming reversal part 1: remove stub module. --- diff --git a/Lib/lib-old/SocketServer.py b/Lib/lib-old/SocketServer.py deleted file mode 100644 index 98758946402e..000000000000 --- a/Lib/lib-old/SocketServer.py +++ /dev/null @@ -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