[Pcsclite-cvs-commit] r5976 - /trunk/PCSC/src/spy/pcsc-spy.py

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Sep 27 08:24:41 UTC 2011


Author: rousseau
Date: Tue Sep 27 08:24:40 2011
New Revision: 5976

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5976
Log:
Fix 2 pep8 issues

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

Modified: trunk/PCSC/src/spy/pcsc-spy.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/spy/pcsc-spy.py?rev=5976&op=diff
==============================================================================
--- trunk/PCSC/src/spy/pcsc-spy.py (original)
+++ trunk/PCSC/src/spy/pcsc-spy.py Tue Sep 27 08:24:40 2011
@@ -211,8 +211,8 @@
         self.log_in2("dwTimeout:")
         readers = int(self.filedesc.readline().strip(), 16)
         self.log_in("cReaders: %d" % readers)
-        self._log_readers(readers, direction = 0)
-        self._log_readers(readers, direction = 1)
+        self._log_readers(readers, direction=0)
+        self._log_readers(readers, direction=1)
         self._log_rv()
 
     def _SCardFreeMemory(self):




More information about the Pcsclite-cvs-commit mailing list