mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Put the XML warning in the right spot
This commit is contained in:
parent
d367747e87
commit
35a4fe60d0
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@ import zipfile
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import xml.etree.cElementTree as ET
|
import xml.etree.cElementTree as ET
|
||||||
Logger.log("w", "Unable to load cElementTree, switching to slower version")
|
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
Logger.log("w", "Unable to load cElementTree, switching to slower version")
|
||||||
import xml.etree.ElementTree as ET
|
import xml.etree.ElementTree as ET
|
||||||
|
|
||||||
## Base implementation for reading 3MF files. Has no support for textures. Only loads meshes!
|
## Base implementation for reading 3MF files. Has no support for textures. Only loads meshes!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue