diff --git a/plugins/python/skeleton.py b/plugins/python/skeleton.py index 56857d67..a4c74863 100644 --- a/plugins/python/skeleton.py +++ b/plugins/python/skeleton.py @@ -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") \ No newline at end of file