[Pcsclite-cvs-commit] r6606 - /website/matrix.py

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Apr 15 16:48:35 UTC 2013


Author: rousseau
Date: Mon Apr 15 16:48:35 2013
New Revision: 6606

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6606
Log:
Remove now useless line

The first line of the .txt file should be ' idVendor'

Modified:
    website/matrix.py

Modified: website/matrix.py
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.py?rev=6606&op=diff
==============================================================================
--- website/matrix.py (original)
+++ website/matrix.py Mon Apr 15 16:48:35 2013
@@ -83,7 +83,6 @@
 
     # split the .txt file per interface
     interfaces = list()
-    interface = list()
     for line in lines:
         if line.split(':')[0] == ' idVendor':
             interface = list()




More information about the Pcsclite-cvs-commit mailing list