Fix link to LegacyProfileReader

This was preventing the entire plugin from being loaded.

Contributes to issue CURA-37.
This commit is contained in:
Ghostkeeper 2015-12-17 14:02:29 +01:00
parent 77453cf80f
commit 57f5e60fa5

View file

@ -24,4 +24,4 @@ def getMetaData():
}
def register(app):
return { "profile_reader": CuraProfileReader.CuraProfileReader() }
return { "profile_reader": LegacyProfileReader.LegacyProfileReader() }