mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Fix imports
Needs to be a capital letter now. Also remove the unused one (the kitty is no longer there). Contributes to issue CURA-4872.
This commit is contained in:
parent
a34ca45c38
commit
cfb5d71c27
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
#Copyright (c) 2018 Ultimaker B.V.
|
||||
#Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
from charon.VirtualFile import VirtualFile #To open UFP files.
|
||||
from charon.OpenMode import OpenMode #To indicate that we want to write to UFP files.
|
||||
from io import BytesIO, StringIO #For converting g-code to bytes.
|
||||
import os.path #To get the placeholder kitty icon.
|
||||
from Charon.VirtualFile import VirtualFile #To open UFP files.
|
||||
from Charon.OpenMode import OpenMode #To indicate that we want to write to UFP files.
|
||||
from io import StringIO #For converting g-code to bytes.
|
||||
|
||||
from UM.Application import Application
|
||||
from UM.Logger import Logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue