From b99a381b4fde0c9065ba9a90f072284dd521d721 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sat, 2 Apr 2016 18:02:00 +0200 Subject: [PATCH] Fix doc string to be used in UI --- boxes/generators/traylayout.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boxes/generators/traylayout.py b/boxes/generators/traylayout.py index 9a335c3..8e9e837 100755 --- a/boxes/generators/traylayout.py +++ b/boxes/generators/traylayout.py @@ -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()