Skip to content

Commit

Permalink
Fixed small typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14239 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Sep 16, 2010
1 parent 1523070 commit 6588004
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/plugins/plugin_builder.py
@@ -1,3 +1,4 @@
#!/usr/bin/python
#***************************************************************************
# plugin_builder.py
# A script to automate creation of a new QGIS plugin using the plugin_template
Expand All @@ -14,9 +15,6 @@
#* (at your option) any later version. *
#* *
#***************************************************************************/



import os, sys, shutil, re

def template_file(file):
Expand All @@ -25,7 +23,7 @@ def template_file(file):
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()
Expand Down

0 comments on commit 6588004

Please sign in to comment.