From: Neil Schemenauer Date: Fri, 16 Feb 2001 03:24:50 +0000 (+0000) Subject: Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and X-Git-Tag: v2.1b1~349 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0a87ee955dfbb99a3cfcf2fa835b460012b22a6;p=thirdparty%2FPython%2Fcpython.git Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and Modules/ld_so_beos. Closes SF patch #103679. --- diff --git a/BeOS/ar-fake b/Modules/ar_beos similarity index 100% rename from BeOS/ar-fake rename to Modules/ar_beos diff --git a/BeOS/linkmodule b/Modules/ld_so_beos similarity index 100% rename from BeOS/linkmodule rename to Modules/ld_so_beos