[Pcsclite-git-commit] [website] 07/09: Matric: make pep8 happy

Ludovic Rousseau rousseau at moszumanska.debian.org
Wed Oct 28 12:52:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository website.

commit 632f22a52f91f6d2137f9c8b2d1f6e3382622993
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Wed Oct 28 13:37:22 2015 +0100

    Matric: make pep8 happy
    
    Fix errors: E265 block comment should start with '# '
---
 matrix.py | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/matrix.py b/matrix.py
index 127722d..fddb5fa 100755
--- a/matrix.py
+++ b/matrix.py
@@ -24,14 +24,14 @@
 import glob
 import os
 import ConfigParser
-#import pprint
+# import pprint
 import templayer
 import time
 from PIL import Image
 
 from releases import Releases
 
-#pp = pprint.PrettyPrinter(indent=4)
+# pp = pprint.PrettyPrinter(indent=4)
 
 CCID_CLASS_CHARACTER = 0x00000000
 CCID_CLASS_TPDU = 0x00010000
@@ -164,7 +164,7 @@ def parse_ini(path, section):
             if 'image' in first_interface:
                 second_interface['image'] = first_interface['image']
 
-    #pp.pprint(readers["GemPCPinpad.txt"])
+    # pp.pprint(readers["GemPCPinpad.txt"])
     return readers
 
 
@@ -178,9 +178,9 @@ def check_list(path, reader_list):
     os.chdir(cwd)
 
     # check that each reader file is listed
-    #print real_list
+    # print real_list
     for reader in reader_list:
-        #print "remove ", reader
+        # print "remove ", reader
 
         # skip the second (or more) interface
         if reader[:-1].endswith("_i"):
@@ -220,7 +220,7 @@ def check_supported(path, all_readers):
         print "Reader(s) not in supported_readers.txt"
         print "\n".join(unlisted)
         print ""
-    #pp.pprint(supported_readers)
+    # pp.pprint(supported_readers)
 
 
 def check_descriptions(path, all_readers):
@@ -263,7 +263,7 @@ def check_descriptions(path, all_readers):
         print "Reader(s) without a .txt description"
         print "\n".join(unlisted)
         print ""
-    #pp.pprint(supported_readers)
+    # pp.pprint(supported_readers)
 
 
 def get_driver_version(readers):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/website.git



More information about the Pcsclite-cvs-commit mailing list