Update documentation

Just a slight inaccuracy in the documentation of one of the imports.

Contributes to issue CURA-34.
This commit is contained in:
Ghostkeeper 2015-12-15 13:00:11 +01:00
parent 065b954cad
commit fedfffb98d

View File

@ -1,7 +1,7 @@
# Copyright (c) 2015 Ultimaker B.V.
# Cura is released under the terms of the AGPLv3 or higher.
from UM.Application import Application #To get the current profile that should be updated with the settings from the g-code.
from UM.Application import Application #To get the machine manager to create the new profile in.
from UM.Settings.Profile import Profile
from UM.Settings.ProfileReader import ProfileReader
import re #Regular expressions for parsing escape characters in the settings.