From c23b0fb2bfbd8df35ebee9551458ed00e0f2095c Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Sun, 16 Oct 2005 20:45:30 +0000 Subject: Fix problem with Windows console scripts conflicting with module names, thereby confusing the import process. Scripts are now generated with a suffix of the form '-script.py' to avoid conflicts. (The .exe's are still generated without the '-script' part, so you don't have to type it.) Thanks to Matthew R. Scott for reporting the problem. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041261 --- setuptools/cli.exe | Bin 5632 -> 5632 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'setuptools/cli.exe') diff --git a/setuptools/cli.exe b/setuptools/cli.exe index d4afdaec..4da0b584 100755 Binary files a/setuptools/cli.exe and b/setuptools/cli.exe differ -- cgit v1.2.3