From b897c9a1a64f744b32d23eeac54a2eba51ced0b4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 24 May 2008 18:11:29 +0000 Subject: [PATCH] socketserver renaming reversal part 2: move rename module. I'm doing this case-only rename in a two-step process via a different directory to hopefully avoid problems with case-insensitive filesystems. --- Lib/{socketserver.py => lib-old/SocketServer.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lib/{socketserver.py => lib-old/SocketServer.py} (100%) diff --git a/Lib/socketserver.py b/Lib/lib-old/SocketServer.py similarity index 100% rename from Lib/socketserver.py rename to Lib/lib-old/SocketServer.py