From 1b9df6862ac9c1faf2f2c5a9238241785001e10b Mon Sep 17 00:00:00 2001 From: Alexandre Vassalotti Date: Wed, 14 May 2008 21:52:37 +0000 Subject: [PATCH] Moved copy_reg stub module to lib-old/. Stub modules will be easier to track (and remove) if they are all kept in lib-old/, instead of sprinkling them throughout the library. --- Lib/{ => lib-old}/copy_reg.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lib/{ => lib-old}/copy_reg.py (100%) diff --git a/Lib/copy_reg.py b/Lib/lib-old/copy_reg.py similarity index 100% rename from Lib/copy_reg.py rename to Lib/lib-old/copy_reg.py -- 2.47.3