mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Missing imports
Test before commit. Test before commit. Test before commit. Test before commit! Contributes to issue CURA-37.
This commit is contained in:
parent
166c8a3048
commit
644038af97
1 changed files with 3 additions and 0 deletions
|
@ -3,8 +3,11 @@
|
|||
|
||||
import configparser #For reading the legacy profile INI files.
|
||||
import json #For reading the Dictionary of Doom.
|
||||
import os.path #For concatenating the path to the plugin and the relative path to the Dictionary of Doom.
|
||||
|
||||
from UM.Application import Application #To get the machine manager to create the new profile in.
|
||||
from UM.Logger import Logger #Logging errors.
|
||||
from UM.PluginRegistry import PluginRegistry #For getting the path to this plugin's directory.
|
||||
from UM.Settings.Profile import Profile
|
||||
from UM.Settings.ProfileReader import ProfileReader
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue