mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Remove superfluous import
Preferences doesn't exist any more. Contributes to issue CURA-844.
This commit is contained in:
parent
724f9ce010
commit
ccf9796b51
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
from UM.VersionUpgrade import VersionUpgrade #Superclass of the plugin.
|
from UM.VersionUpgrade import VersionUpgrade #Superclass of the plugin.
|
||||||
|
|
||||||
from . import MachineInstance #To upgrade machine instances.
|
from . import MachineInstance #To upgrade machine instances.
|
||||||
from . import Preferences #To upgrade preferences.
|
|
||||||
from . import Profile #To upgrade profiles.
|
from . import Profile #To upgrade profiles.
|
||||||
|
|
||||||
## Converts configuration from Cura 2.1's file formats to Cura 2.2's.
|
## Converts configuration from Cura 2.1's file formats to Cura 2.2's.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue