mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:38:59 +08:00
Put the XML warning in the right spot
This commit is contained in:
parent
d367747e87
commit
35a4fe60d0
@ -16,8 +16,8 @@ import zipfile
|
||||
|
||||
try:
|
||||
import xml.etree.cElementTree as ET
|
||||
Logger.log("w", "Unable to load cElementTree, switching to slower version")
|
||||
except ImportError:
|
||||
Logger.log("w", "Unable to load cElementTree, switching to slower version")
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
## Base implementation for reading 3MF files. Has no support for textures. Only loads meshes!
|
||||
|
Loading…
x
Reference in New Issue
Block a user