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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Feb 16 13:28:47 UTC 2011


Author: rousseau
Date: Wed Feb 16 13:28:40 2011
New Revision: 5600

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5600
Log:
Use the .txt files from the "current" directory instead of trunk

Modified:
    website/matrix.py

Modified: website/matrix.py
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.py?rev=5600&op=diff
==============================================================================
--- website/matrix.py (original)
+++ website/matrix.py Wed Feb 16 13:28:40 2011
@@ -512,7 +512,7 @@
         return 99*1000*1000
 
 if __name__ == "__main__":
-    path = "../trunk/Drivers/ccid/readers/"
+    path = "ccid/readers/"
 
     supported_readers = parse_ini(path, "supported")
     shouldwork_readers = parse_ini(path, "shouldwork")




More information about the Pcsclite-cvs-commit mailing list