Skip to content

Commit 07e7c5a

Browse files
author
timlinux
committed
Fixed small typo
git-svn-id: http://svn.osgeo.org/qgis/trunk@14239 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3b7075d commit 07e7c5a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/plugins/plugin_builder.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/python
12
#***************************************************************************
23
# plugin_builder.py
34
# A script to automate creation of a new QGIS plugin using the plugin_template
@@ -14,9 +15,6 @@
1415
#* (at your option) any later version. *
1516
#* *
1617
#***************************************************************************/
17-
18-
19-
2018
import os, sys, shutil, re
2119

2220
def template_file(file):
@@ -25,7 +23,7 @@ def template_file(file):
2523
def plugin_file(pluginDir, file):
2624
return os.path.join(pluginDir, file)
2725

28-
# make sure we are in a the plugins directory otherwise the changes this script will make will
26+
# make sure we are in the plugins directory otherwise the changes this script will make will
2927
# wreak havoc....
3028

3129
myDir = os.getcwd()

0 commit comments

Comments
 (0)