Remove no longer needed line in _template.py
This commit is contained in:
parent
6ae8acd568
commit
a38254667c
|
@ -19,8 +19,6 @@ from boxes import *
|
|||
class BOX(Boxes): # Change class name!
|
||||
"""DESCRIPTION"""
|
||||
|
||||
webinterface = False # Change to make visible in web interface
|
||||
|
||||
ui_group = "Unstable" # see ./__init__.py for names
|
||||
|
||||
def __init__(self):
|
||||
|
|
Loading…
Reference in New Issue