mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:38:58 +08:00
Import 'os' directly because we use it directly, even though it still works with out it.
CURA-2953
This commit is contained in:
parent
ff270642c0
commit
81ffc3ae4b
@ -2,6 +2,7 @@
|
|||||||
# Cura is released under the terms of the AGPLv3 or higher.
|
# Cura is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
import configparser #To get version numbers from config files.
|
import configparser #To get version numbers from config files.
|
||||||
|
import os
|
||||||
import os.path
|
import os.path
|
||||||
import io
|
import io
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user