mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:29:01 +08:00
Fix import of SettingsError
It is in a submodule. Contributes to issue CURA-844.
This commit is contained in:
parent
9bc5f97902
commit
0d553c10f1
@ -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.
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2016 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…
x
Reference in New Issue
Block a user