From: stevenknight Date: Wed, 28 Nov 2001 18:09:54 +0000 (+0000) Subject: Remove some debug writes in setup.py that got left in the previous change X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=342ad6243e75afa3504736690a6fad2ae03da58b;p=scons.git Remove some debug writes in setup.py that got left in the previous change git-svn-id: http://scons.tigris.org/svn/scons/trunk@127 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/Construct b/Construct index 9114a761..cb3146ef 100644 --- a/Construct +++ b/Construct @@ -370,7 +370,7 @@ for $p ($scons) { # We can get away with calling setup.py using a directory path # like this because we put a preamble in it that will chdir() # to the directory in which setup.py exists. - my $commands = qq(rm -rf $build/build $build/dist/* + my $commands = qq(rm -rf $build/build $build/dist/* $build/dist/$project-$version python $build/setup.py @setup_args python $build/setup.py bdist_wininst); diff --git a/src/setup.py b/src/setup.py index b132a9e8..c3f52605 100644 --- a/src/setup.py +++ b/src/setup.py @@ -38,9 +38,7 @@ from distutils.command.install_lib import install_lib class my_install_lib(install_lib): def finalize_options(self): - open("/dev/tty", "w").write("lib: self.install_dir = %s\n" % self.install_dir) install_lib.finalize_options(self) - open("/dev/tty", "w").write("lib: self.install_dir = %s\n" % self.install_dir) head = self.install_dir while head: if head == os.sep: