Changes of Revision 4
[-] [+] | Added | subversion-ctypes-remove_shebang.patch |
@@ -0,0 +1,8 @@ +--- subversion/bindings/ctypes-python/csvn/core/__init__.py.orig 2009-03-30 15:16:52.000000000 +0200 ++++ subversion/bindings/ctypes-python/csvn/core/__init__.py 2009-03-30 15:17:11.000000000 +0200 +@@ -1,5 +1,3 @@ +-#!/home/djames/bin/python +- + from ctypes import * + import functions + from functions import * |