mailr20162 - /trunk/devel_scripts/find_unused_imports.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 16, 2013 - 20:10:
Author: bugman
Date: Sun Jun 16 20:10:11 2013
New Revision: 20162

URL: http://svn.gna.org/viewcvs/relax?rev=20162&view=rev
Log:
Small change to the find_unused_imports.py printouts.


Modified:
    trunk/devel_scripts/find_unused_imports.py

Modified: trunk/devel_scripts/find_unused_imports.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/find_unused_imports.py?rev=20162&r1=20161&r2=20162&view=diff
==============================================================================
--- trunk/devel_scripts/find_unused_imports.py (original)
+++ trunk/devel_scripts/find_unused_imports.py Sun Jun 16 20:10:11 2013
@@ -23,7 +23,7 @@
 
         # Full path to the file.
         path = root + sep + file
-        sys.stdout.write("File %s:\n" % path)
+        sys.stdout.write("File %s :\n" % path)
 
         # The command.
         cmd = 'pylint %s' % path




Related Messages


Powered by MHonArc, Updated Sun Jun 16 21:20:02 2013