File python-crypto-remove_bogus_shebang.patch of Package python-crypto.openSUSE_11.4_Update
Index: lib/Crypto/Util/RFC1751.py =================================================================== --- lib/Crypto/Util/RFC1751.py.orig 2010-08-27 06:41:55.000000000 +0200 +++ lib/Crypto/Util/RFC1751.py 2012-06-19 17:12:41.000000000 +0200 @@ -1,4 +1,3 @@ -#!/usr/local/bin/python # rfc1751.py : Converts between 128-bit strings and a human-readable # sequence of words, as defined in RFC1751: "A Convention for # Human-Readable 128-bit Keys", by Daniel L. McDonald.