Commit 53f616df by sikang

test

parent 6268be65
......@@ -53,7 +53,7 @@ class LayoutGarble:
item = attrs[random.randint(0, len(attrs)-1)]
result += "%s\n" % self.__set_values(item)
attrs.remove(item)
return "%s$"%result.replace("\n$","")
return ("%s$"%result).replace("\n$","")
#创建随机数量的View
def __create_views(self,max):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment