Browse Source

Revert "Clean up __init__"

This reverts commit 44c64c4ac766fc7e085d338cb1f21c949851c9ba.
Thomas Karl Pietrowski 8 years ago
parent
commit
d99827109a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/3MFReader/ThreeMFReader.py

+ 1 - 1
plugins/3MFReader/ThreeMFReader.py

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