No longer chache singleton objects

CURA-6005
This commit is contained in:
Jaime van Kessel 2019-01-03 16:44:08 +01:00
parent 773190bee1
commit 65183ade0a
3 changed files with 13 additions and 18 deletions

View file

@ -7,4 +7,4 @@ def getMetaData():
return {}
def register(app):
return {"extension": DrivePluginExtension(app)}
return {"extension": DrivePluginExtension()}