Commit 6496efd3 by sikang

test

parent 0f54b755
...@@ -48,7 +48,7 @@ class LayoutGarble: ...@@ -48,7 +48,7 @@ class LayoutGarble:
length = len(attrs) / 2 length = len(attrs) / 2
for i in range(0,random.randint(1, length)): for i in range(0,random.randint(1, length)):
item = attrs[random.randint(0, len(attrs)-1)] item = attrs[random.randint(0, len(attrs)-1)]
result += "%s\n" % self.__set_values(item) result += "%s" % self.__set_values(item)
attrs.remove(item) attrs.remove(item)
return result return result
......
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