Revert "Revert "Clean up __init__""

This reverts commit d99827109ab836963d523322ef00b0e6cf9675bd.
This commit is contained in:
Thomas Karl Pietrowski 2016-07-27 21:22:30 +02:00
parent d99827109a
commit 5f540a7a78

View File

@ -27,7 +27,7 @@ except ImportError:
## Base implementation for reading 3MF files. Has no support for textures. Only loads meshes! ## Base implementation for reading 3MF files. Has no support for textures. Only loads meshes!
class ThreeMFReader(MeshReader): class ThreeMFReader(MeshReader):
def __init__(self): def __init__(self):
super(ThreeMFReader, self).__init__() super().__init__()
self._supported_extensions = [".3mf"] self._supported_extensions = [".3mf"]
self._namespaces = { self._namespaces = {