Browse Source

Plugin registering is now done by dict instead of single object or list

Jaime van Kessel 10 years ago
parent
commit
6fc044387a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      __init__.py

+ 1 - 1
__init__.py

@@ -21,4 +21,4 @@ def getMetaData():
     }
 
 def register(app):
-    return GCodeWriter.GCodeWriter()
+    return {"mesh_writer":GCodeWriter.GCodeWriter()}