def setUp(self): tags = Tags.fromtext(BLOCKS_WITH_ATTRIB_DXF13) self.blocks = BlocksSection(tags, DrawingProxy('AC1024'))
def setUp(self): tags = Tags.fromtext(BLOCKS_DXF12) self.blocks = BlocksSection(tags, DrawingProxy('AC1009'))