From f0ac483feb67409028a1b6b6d047956d4a8f9b8a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 5 Jul 2006 05:25:25 +0000 Subject: [PATCH] renamed setup.py to tr_setup.py because build-all does an import of setup, (to get the version number) expecting to get the one in the root wxPython dir. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/all/{setup.py => tr_setup.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename wxPython/distrib/all/{setup.py => tr_setup.py} (100%) diff --git a/wxPython/distrib/all/setup.py b/wxPython/distrib/all/tr_setup.py similarity index 100% rename from wxPython/distrib/all/setup.py rename to wxPython/distrib/all/tr_setup.py -- 2.50.0