python 3 compatible (waste of memory / increase in runtime should not be a showstoper for typical use cases )
This commit is contained in:
parent
439b3569d3
commit
1973cf8d14
|
@ -101,8 +101,6 @@ class Texture(Section):
|
|||
class Material():
|
||||
"""Reads, manipulates and writes material.config files"""
|
||||
|
||||
__slots__ = ['data']
|
||||
|
||||
def __init__(self,verbose=True):
|
||||
"""Generates ordered list of parts"""
|
||||
self.parts = [
|
||||
|
|
Loading…
Reference in New Issue