mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 13:47:51 -06:00
Fix module renaming
This commit is contained in:
parent
79ab09ca01
commit
615241a416
8 changed files with 20 additions and 20 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
from PyQt5.QtCore import Qt, pyqtSignal
|
||||
from UM.Qt.ListModel import ListModel
|
||||
from cura.UI.Models.BaseMaterialsModel import BaseMaterialsModel
|
||||
from cura.UI.MachineModels.BaseMaterialsModel import BaseMaterialsModel
|
||||
|
||||
class MaterialTypesModel(ListModel):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue