Fix doc string to be used in UI

This commit is contained in:
Florian Festi 2016-04-02 18:02:00 +02:00
parent e7888d1837
commit b99a381b4f
1 changed files with 3 additions and 1 deletions

View File

@ -330,7 +330,9 @@ class Layout(Boxes):
self.floors = floors
class LayoutGenerator(Layout):
"""Helper class for bserver with only args for generating layout file"""
"""Type tray with each wall and floor tile being optional"""
def __init__(self):
Boxes.__init__(self)
self.argparser = boxes.ArgumentParser()