Cleanup
This commit is contained in:
parent
0c75303f96
commit
bc77a32722
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ class skeleton(Plugin):
|
||||||
def execute(classNodeList, notUsed): #for some reason it requires a second arg
|
def execute(classNodeList, notUsed): #for some reason it requires a second arg
|
||||||
gui = PluginConsole("Skeleton")
|
gui = PluginConsole("Skeleton")
|
||||||
gui.setVisible(Boolean.TRUE)
|
gui.setVisible(Boolean.TRUE)
|
||||||
gui.appendText("exceuted skeleton")
|
gui.appendText("executed skeleton")
|
||||||
|
|
Loading…
Reference in a new issue