mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
# Cura is released under the terms of the AGPLv3 or higher.
|
||||
|
||||
import configparser #To get version numbers from config files.
|
||||
import os
|
||||
import os.path
|
||||
import io
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue