Fix import of SettingsError

It is in a submodule.

Contributes to issue CURA-844.
This commit is contained in:
Ghostkeeper 2016-04-19 16:05:38 +02:00 committed by Ghostkeeper
parent 9bc5f97902
commit 0d553c10f1
2 changed files with 2 additions and 2 deletions

View file

@ -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.