Fix module renaming

This commit is contained in:
Lipu Fei 2019-03-20 13:39:08 +01:00
parent 79ab09ca01
commit 615241a416
8 changed files with 20 additions and 20 deletions

View file

@ -1,7 +1,7 @@
# Copyright (c) 2018 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from cura.UI.Models.BaseMaterialsModel import BaseMaterialsModel
from cura.UI.MachineModels.BaseMaterialsModel import BaseMaterialsModel
## Model that shows the list of favorite materials.
class FavoriteMaterialsModel(BaseMaterialsModel):