File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change
1
+ #!/usr/bin/python
1
2
#***************************************************************************
2
3
# plugin_builder.py
3
4
# A script to automate creation of a new QGIS plugin using the plugin_template
14
15
#* (at your option) any later version. *
15
16
#* *
16
17
#***************************************************************************/
17
-
18
-
19
-
20
18
import os , sys , shutil , re
21
19
22
20
def template_file (file ):
@@ -25,7 +23,7 @@ def template_file(file):
25
23
def plugin_file (pluginDir , file ):
26
24
return os .path .join (pluginDir , file )
27
25
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
29
27
# wreak havoc....
30
28
31
29
myDir = os .getcwd ()
You can’t perform that action at this time.
0 commit comments