Code Cleanup
This commit is contained in:
parent
6986b1b840
commit
cbc15e074e
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
|
||||
gui = PluginConsole("Skeleton Title")
|
||||
gui.setVisible(Boolean.TRUE)
|
||||
gui.appendText("executed skeleton example")
|
||||
gui.appendText("executed skeleton example")
|
Loading…
Reference in a new issue