mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Sorting imports and removing superfluous import
.. Logger has been imported twice..
This commit is contained in:
parent
0b166defd3
commit
fc8cbedc82
@ -1,15 +1,19 @@
|
|||||||
# Copyright (c) 2015 Ultimaker B.V.
|
# Copyright (c) 2015 Ultimaker B.V.
|
||||||
# Uranium is released under the terms of the AGPLv3 or higher.
|
# Uranium is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
|
# Python build-ins
|
||||||
import threading
|
import threading
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
# Uranium/Messaging
|
||||||
from UM.Message import Message
|
from UM.Message import Message
|
||||||
from UM.OutputDevice.OutputDevicePlugin import OutputDevicePlugin
|
|
||||||
from UM.Logger import Logger
|
from UM.Logger import Logger
|
||||||
|
|
||||||
|
# Uranium/IO
|
||||||
|
from UM.OutputDevice.OutputDevicePlugin import OutputDevicePlugin
|
||||||
from . import RemovableDriveOutputDevice
|
from . import RemovableDriveOutputDevice
|
||||||
from UM.Logger import Logger
|
|
||||||
|
# Uranium/l18n
|
||||||
from UM.i18n import i18nCatalog
|
from UM.i18n import i18nCatalog
|
||||||
catalog = i18nCatalog("cura")
|
catalog = i18nCatalog("cura")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user