From b3be23ad27f35bae55638e2ccf0bbb121d8e66ed Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 5 Mar 2010 03:20:06 +0000 Subject: [PATCH] remove the svn:executable property from files that don't have shebang lines --- Lib/distutils/tests/test_clean.py | 0 Lib/fractions.py | 0 Lib/lib-tk/Tix.py | 0 Lib/plat-irix5/AL.py | 0 Lib/plat-irix5/CD.py | 0 Lib/plat-irix5/CL.py | 0 Lib/plat-irix5/CL_old.py | 0 Lib/plat-irix5/DEVICE.py | 0 Lib/plat-irix5/ERRNO.py | 0 Lib/plat-irix5/FILE.py | 0 Lib/plat-irix5/FL.py | 0 Lib/plat-irix5/GET.py | 0 Lib/plat-irix5/GL.py | 0 Lib/plat-irix5/GLWS.py | 0 Lib/plat-irix5/IN.py | 0 Lib/plat-irix5/IOCTL.py | 0 Lib/plat-irix5/SV.py | 0 Lib/plat-irix5/WAIT.py | 0 Lib/plat-irix5/cddb.py | 0 Lib/plat-irix5/cdplayer.py | 0 Lib/plat-irix5/flp.py | 0 Lib/plat-irix5/jpeg.py | 0 Lib/plat-irix5/panel.py | 0 Lib/plat-irix5/panelparser.py | 0 Lib/plat-irix5/readcd.py | 0 Lib/plat-irix5/torgb.py | 0 Lib/plat-mac/Carbon/CG.py | 0 Lib/plat-mac/Carbon/CarbonEvents.py | 0 Lib/plat-mac/Carbon/CarbonEvt.py | 0 Lib/plat-mac/Carbon/CoreGraphics.py | 0 Lib/plat-sunos5/IN.py | 0 Lib/plat-sunos5/SUNAUDIODEV.py | 0 Lib/runpy.py | 0 Lib/test/test_aepack.py | 0 Lib/test/test_binascii.py | 0 Lib/test/test_cmath.py | 0 Lib/test/test_cprofile.py | 0 Lib/test/test_crypt.py | 0 Lib/test/test_dbm.py | 0 Lib/test/test_fcntl.py | 0 Lib/test/test_gdbm.py | 0 Lib/test/test_grp.py | 0 Lib/test/test_htmlparser.py | 0 Lib/test/test_profile.py | 0 Lib/test/test_strftime.py | 0 Lib/test/test_wsgiref.py | 0 46 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 Lib/distutils/tests/test_clean.py mode change 100755 => 100644 Lib/fractions.py mode change 100755 => 100644 Lib/lib-tk/Tix.py mode change 100755 => 100644 Lib/plat-irix5/AL.py mode change 100755 => 100644 Lib/plat-irix5/CD.py mode change 100755 => 100644 Lib/plat-irix5/CL.py mode change 100755 => 100644 Lib/plat-irix5/CL_old.py mode change 100755 => 100644 Lib/plat-irix5/DEVICE.py mode change 100755 => 100644 Lib/plat-irix5/ERRNO.py mode change 100755 => 100644 Lib/plat-irix5/FILE.py mode change 100755 => 100644 Lib/plat-irix5/FL.py mode change 100755 => 100644 Lib/plat-irix5/GET.py mode change 100755 => 100644 Lib/plat-irix5/GL.py mode change 100755 => 100644 Lib/plat-irix5/GLWS.py mode change 100755 => 100644 Lib/plat-irix5/IN.py mode change 100755 => 100644 Lib/plat-irix5/IOCTL.py mode change 100755 => 100644 Lib/plat-irix5/SV.py mode change 100755 => 100644 Lib/plat-irix5/WAIT.py mode change 100755 => 100644 Lib/plat-irix5/cddb.py mode change 100755 => 100644 Lib/plat-irix5/cdplayer.py mode change 100755 => 100644 Lib/plat-irix5/flp.py mode change 100755 => 100644 Lib/plat-irix5/jpeg.py mode change 100755 => 100644 Lib/plat-irix5/panel.py mode change 100755 => 100644 Lib/plat-irix5/panelparser.py mode change 100755 => 100644 Lib/plat-irix5/readcd.py mode change 100755 => 100644 Lib/plat-irix5/torgb.py mode change 100755 => 100644 Lib/plat-mac/Carbon/CG.py mode change 100755 => 100644 Lib/plat-mac/Carbon/CarbonEvents.py mode change 100755 => 100644 Lib/plat-mac/Carbon/CarbonEvt.py mode change 100755 => 100644 Lib/plat-mac/Carbon/CoreGraphics.py mode change 100755 => 100644 Lib/plat-sunos5/IN.py mode change 100755 => 100644 Lib/plat-sunos5/SUNAUDIODEV.py mode change 100755 => 100644 Lib/runpy.py mode change 100755 => 100644 Lib/test/test_aepack.py mode change 100755 => 100644 Lib/test/test_binascii.py mode change 100755 => 100644 Lib/test/test_cmath.py mode change 100755 => 100644 Lib/test/test_cprofile.py mode change 100755 => 100644 Lib/test/test_crypt.py mode change 100755 => 100644 Lib/test/test_dbm.py mode change 100755 => 100644 Lib/test/test_fcntl.py mode change 100755 => 100644 Lib/test/test_gdbm.py mode change 100755 => 100644 Lib/test/test_grp.py mode change 100755 => 100644 Lib/test/test_htmlparser.py mode change 100755 => 100644 Lib/test/test_profile.py mode change 100755 => 100644 Lib/test/test_strftime.py mode change 100755 => 100644 Lib/test/test_wsgiref.py diff --git a/Lib/distutils/tests/test_clean.py b/Lib/distutils/tests/test_clean.py old mode 100755 new mode 100644 diff --git a/Lib/fractions.py b/Lib/fractions.py old mode 100755 new mode 100644 diff --git a/Lib/lib-tk/Tix.py b/Lib/lib-tk/Tix.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/AL.py b/Lib/plat-irix5/AL.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/CD.py b/Lib/plat-irix5/CD.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/CL.py b/Lib/plat-irix5/CL.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/CL_old.py b/Lib/plat-irix5/CL_old.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/DEVICE.py b/Lib/plat-irix5/DEVICE.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/ERRNO.py b/Lib/plat-irix5/ERRNO.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/FILE.py b/Lib/plat-irix5/FILE.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/FL.py b/Lib/plat-irix5/FL.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/GET.py b/Lib/plat-irix5/GET.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/GL.py b/Lib/plat-irix5/GL.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/GLWS.py b/Lib/plat-irix5/GLWS.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/IN.py b/Lib/plat-irix5/IN.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/IOCTL.py b/Lib/plat-irix5/IOCTL.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/SV.py b/Lib/plat-irix5/SV.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/WAIT.py b/Lib/plat-irix5/WAIT.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/cddb.py b/Lib/plat-irix5/cddb.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/cdplayer.py b/Lib/plat-irix5/cdplayer.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/flp.py b/Lib/plat-irix5/flp.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/jpeg.py b/Lib/plat-irix5/jpeg.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/panel.py b/Lib/plat-irix5/panel.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/panelparser.py b/Lib/plat-irix5/panelparser.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/readcd.py b/Lib/plat-irix5/readcd.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/torgb.py b/Lib/plat-irix5/torgb.py old mode 100755 new mode 100644 diff --git a/Lib/plat-mac/Carbon/CG.py b/Lib/plat-mac/Carbon/CG.py old mode 100755 new mode 100644 diff --git a/Lib/plat-mac/Carbon/CarbonEvents.py b/Lib/plat-mac/Carbon/CarbonEvents.py old mode 100755 new mode 100644 diff --git a/Lib/plat-mac/Carbon/CarbonEvt.py b/Lib/plat-mac/Carbon/CarbonEvt.py old mode 100755 new mode 100644 diff --git a/Lib/plat-mac/Carbon/CoreGraphics.py b/Lib/plat-mac/Carbon/CoreGraphics.py old mode 100755 new mode 100644 diff --git a/Lib/plat-sunos5/IN.py b/Lib/plat-sunos5/IN.py old mode 100755 new mode 100644 diff --git a/Lib/plat-sunos5/SUNAUDIODEV.py b/Lib/plat-sunos5/SUNAUDIODEV.py old mode 100755 new mode 100644 diff --git a/Lib/runpy.py b/Lib/runpy.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_aepack.py b/Lib/test/test_aepack.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_binascii.py b/Lib/test/test_binascii.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_cmath.py b/Lib/test/test_cmath.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_cprofile.py b/Lib/test/test_cprofile.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_crypt.py b/Lib/test/test_crypt.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_dbm.py b/Lib/test/test_dbm.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_gdbm.py b/Lib/test/test_gdbm.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_grp.py b/Lib/test/test_grp.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_htmlparser.py b/Lib/test/test_htmlparser.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_profile.py b/Lib/test/test_profile.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_strftime.py b/Lib/test/test_strftime.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_wsgiref.py b/Lib/test/test_wsgiref.py old mode 100755 new mode 100644 -- 2.50.0