mailr27982 - /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 October 05, 2015 - 11:36:
Author: bugman
Date: Mon Oct  5 11:36:38 2015
New Revision: 27982

URL: http://svn.gna.org/viewcvs/relax?rev=27982&view=rev
Log:
Fix for the find_unused_imports.py devel script - the #! line must be at the 
top.


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=27982&r1=27981&r2=27982&view=diff
==============================================================================
--- trunk/devel_scripts/find_unused_imports.py  (original)
+++ trunk/devel_scripts/find_unused_imports.py  Mon Oct  5 11:36:38 2015
@@ -1,3 +1,5 @@
+#! /usr/bin/env python
+
 
###############################################################################
 #                                                                            
 #
 # Copyright (C) 2013-2015 Edward d'Auvergne                                  
 #
@@ -18,8 +20,6 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.      
 #
 #                                                                            
 #
 
###############################################################################
-
-#! /usr/bin/env python
 
 """Find all unused imports within all relax *.py files using the pylint 
program."""
 




Related Messages


Powered by MHonArc, Updated Mon Oct 05 12:00:10 2015