mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Fix import of SettingsError
It is in a submodule. Contributes to issue CURA-844.
This commit is contained in:
parent
9bc5f97902
commit
0d553c10f1
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2015 Ultimaker B.V.
|
||||
# Cura is released under the terms of the AGPLv3 or higher.
|
||||
|
||||
import UM.SettingsError #To indicate that a file is of incorrect format.
|
||||
import UM.Settings.SettingsError #To indicate that a file is of incorrect format.
|
||||
|
||||
import configparser #To read config files.
|
||||
import io #To write config files to strings as if they were files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue