[Pcsclite-cvs-commit] r4421 - /website/short_apdu_readers.py

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Oct 4 08:13:42 UTC 2009


Author: rousseau
Date: Sun Oct  4 08:13:39 2009
New Revision: 4421

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4421
Log:
correct comments

Modified:
    website/short_apdu_readers.py

Modified: website/short_apdu_readers.py
URL: http://svn.debian.org/wsvn/pcsclite/website/short_apdu_readers.py?rev=4421&op=diff
==============================================================================
--- website/short_apdu_readers.py (original)
+++ website/short_apdu_readers.py Sun Oct  4 08:13:39 2009
@@ -39,7 +39,7 @@
         # TPDU level exchanges with CCID
         if (dwFeatures & CCID_CLASS_EXCHANGE_MASK) == ICCID_CLASS_TPDU:
             l.append(r)
-        # Short and Extended APDU level exchange with CCID
+        # Extended APDU level exchange with CCID
         if (dwFeatures & CCID_CLASS_EXCHANGE_MASK) == CCID_CLASS_EXTENDED_APDU:
             l.append(r)
 
@@ -62,7 +62,7 @@
     shouldwork_readers = parse_ini(path, "shouldwork")
     unsupported_readers = parse_ini(path, "unsupported")
 
-    # all_readers contain the union of the 3 lists
+    # all_readers contains the union of the 3 lists
     all_readers = dict(supported_readers)
     all_readers.update(shouldwork_readers)
     all_readers.update(unsupported_readers)




More information about the Pcsclite-cvs-commit mailing list