[Pcsclite-cvs-commit] r6173 - /trunk/PCSC/src/spy/pcsc-spy

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Jan 15 15:34:24 UTC 2012


Author: rousseau
Date: Sun Jan 15 15:34:23 2012
New Revision: 6173

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6173
Log:
Change Shebang to /usr/bin/python

Comply with Debian Python Policy 3.1 Programs using the default python
http://www.debian.org/doc/packaging-manuals/python-policy/ch-programs.html

Modified:
    trunk/PCSC/src/spy/pcsc-spy

Modified: trunk/PCSC/src/spy/pcsc-spy
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/spy/pcsc-spy?rev=6173&op=diff
==============================================================================
--- trunk/PCSC/src/spy/pcsc-spy (original)
+++ trunk/PCSC/src/spy/pcsc-spy Sun Jan 15 15:34:23 2012
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python
 
 """
 #    Display PC/SC functions arguments




More information about the Pcsclite-cvs-commit mailing list