Guest User

Untitled

a guest
May 26th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. section_list = []
  2. for section in rs:
  3. obj = {}
  4. obj['type'] = section.membrane.type
  5. obj['color'] = section.membrane.membraneColor()
  6. obj['mil'] = section.membrane.mill
  7. obj['backing'] = section.membrane.backing
  8. obj['rating'] = section.membrane.rating
  9. obj['attachment'] = section.membrane.attachment
  10. section_list.append(obj)
Add Comment
Please, Sign In to add comment