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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Feb 16 14:20:40 UTC 2011


Author: rousseau
Date: Wed Feb 16 14:20:37 2011
New Revision: 5606

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5606
Log:
Include the copyrigth statement in a docstring to increase the pylint
score

Modified:
    website/matrix.py

Modified: website/matrix.py
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.py?rev=5606&op=diff
==============================================================================
--- website/matrix.py (original)
+++ website/matrix.py Wed Feb 16 14:20:37 2011
@@ -1,5 +1,6 @@
 #!/usr/bin/env python
 
+"""
 #    matrix.py generate a matrix of all readers characteristics
 #    Copyright (C) 2009  Ludovic Rousseau
 #
@@ -16,6 +17,7 @@
 #    You should have received a copy of the GNU General Public License along
 #    with this program; if not, write to the Free Software Foundation, Inc.,
 #    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+"""
 
 import glob
 import os




More information about the Pcsclite-cvs-commit mailing list