[QGIS Commit] r14239 - trunk/qgis/src/plugins

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Sep 16 17:54:45 EDT 2010


Author: timlinux
Date: 2010-09-16 21:54:45 +0000 (Thu, 16 Sep 2010)
New Revision: 14239

Modified:
   trunk/qgis/src/plugins/plugin_builder.py
Log:
Fixed small typo

Modified: trunk/qgis/src/plugins/plugin_builder.py
===================================================================
--- trunk/qgis/src/plugins/plugin_builder.py	2010-09-16 17:45:49 UTC (rev 14238)
+++ trunk/qgis/src/plugins/plugin_builder.py	2010-09-16 21:54:45 UTC (rev 14239)
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 #***************************************************************************
 #    plugin_builder.py
 # A script to automate creation of a new QGIS plugin using the plugin_template
@@ -14,9 +15,6 @@
 #*   (at your option) any later version.                                   *
 #*                                                                         *
 #***************************************************************************/
-
-
-
 import os, sys, shutil, re
 
 def template_file(file):
@@ -25,7 +23,7 @@
 def plugin_file(pluginDir, file):
 	return os.path.join(pluginDir, file)
 
-# make sure we are in a the plugins directory otherwise the changes this script will make will 
+# make sure we are in the plugins directory otherwise the changes this script will make will 
 # wreak havoc....
 
 myDir = os.getcwd()



More information about the QGIS-commit mailing list