Remove redundant Demobox from web interface
This commit is contained in:
parent
f3062a106f
commit
d9efb53fc5
|
@ -74,7 +74,6 @@ boxes.ArgumentParser = ThrowingArgumentParser # Evil hack
|
|||
class BServer:
|
||||
def __init__(self):
|
||||
self.boxes = {
|
||||
"DemoBox" : boxes.DemoBox(),
|
||||
"Box" : box.Box(),
|
||||
"Box2" : box2.Box(),
|
||||
"Box3" : box3.Box(),
|
||||
|
|
Loading…
Reference in New Issue