From 5a53fdeee8241de751646b6a84947c25b7d01c28 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 5 Mar 2010 03:33:11 +0000 Subject: Merged revisions 78678,78680,78682 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78678 | benjamin.peterson | 2010-03-04 21:07:59 -0600 (Thu, 04 Mar 2010) | 1 line set svn:eol-style ........ r78680 | benjamin.peterson | 2010-03-04 21:15:07 -0600 (Thu, 04 Mar 2010) | 1 line set svn:eol-style on Lib files ........ r78682 | benjamin.peterson | 2010-03-04 21:20:06 -0600 (Thu, 04 Mar 2010) | 1 line remove the svn:executable property from files that don't have shebang lines ........ --- Lib/test/test_binascii.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 Lib/test/test_binascii.py (limited to 'Lib/test/test_binascii.py') diff --git a/Lib/test/test_binascii.py b/Lib/test/test_binascii.py old mode 100755 new mode 100644 -- cgit v1.2.1