mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Rename exportTo -> export
Because exportTo doesn't make sense if there is no parameter to which we're exporting. Contributes to issue CURA-844.
This commit is contained in:
parent
f2f993916d
commit
f7ca489877
3 changed files with 4 additions and 4 deletions
|
@ -72,7 +72,7 @@ class Profile:
|
|||
#
|
||||
# \return A serialised form of this profile, serialised in version 2 of
|
||||
# the file format.
|
||||
def exportTo(self):
|
||||
def export(self):
|
||||
import VersionUpgrade21to22 # Import here to prevent circular dependencies.
|
||||
config = configparser.ConfigParser(interpolation = None)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue