little change for testing

This commit is contained in:
Bastian Schroll 2018-09-14 13:56:33 +02:00
parent b932aa66ed
commit 3564680867
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ class BoswatchPlugin(Plugin):
def __init__(self):
"""!Do not change anything here except the PLUGIN NAME in the super() call"""
# PLEASE SET YOU PLUGIN NAME HERE !!!!
super().__init__("template")
Plugin.__init__("template")
def onLoad(self):
"""!Called by import of the plugin"""