Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Edwards <s.edwards@ultimaker.com>2016-12-08 17:09:26 +0300
committerSimon Edwards <s.edwards@ultimaker.com>2016-12-08 17:10:52 +0300
commit81ffc3ae4b0505cbe7833765a0b6cacfd67ce189 (patch)
tree87e65805b1ea4c146e2c39c263118f7060807f79 /plugins/VersionUpgrade/VersionUpgrade22to24
parentff270642c01a398d770c8b2fee354804fb3ddd80 (diff)
Import 'os' directly because we use it directly, even though it still works with out it.
CURA-2953
Diffstat (limited to 'plugins/VersionUpgrade/VersionUpgrade22to24')
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade22to24/VersionUpgrade.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/VersionUpgrade/VersionUpgrade22to24/VersionUpgrade.py b/plugins/VersionUpgrade/VersionUpgrade22to24/VersionUpgrade.py
index 28df74b499..dce2b311bb 100644
--- a/plugins/VersionUpgrade/VersionUpgrade22to24/VersionUpgrade.py
+++ b/plugins/VersionUpgrade/VersionUpgrade22to24/VersionUpgrade.py
@@ -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