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:
authorAleksei S <a.sasin@ultimaker.com>2018-11-22 13:36:32 +0300
committerAleksei S <a.sasin@ultimaker.com>2018-11-22 13:36:32 +0300
commit088b2f6f2808d3aca074e68e47e05d0d0b46808c (patch)
tree9aee1bd4126af6423ed4b335823556aed97727f9 /plugins/VersionUpgrade/VersionUpgrade21to22
parentc765615f1a354a78ef888aa93175d51fa5aafdec (diff)
Added an extra import module, did not pass coding style test
CURA-5936
Diffstat (limited to 'plugins/VersionUpgrade/VersionUpgrade21to22')
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade21to22/MachineInstance.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/VersionUpgrade/VersionUpgrade21to22/MachineInstance.py b/plugins/VersionUpgrade/VersionUpgrade21to22/MachineInstance.py
index 478f955e49..ff5c33517d 100644
--- a/plugins/VersionUpgrade/VersionUpgrade21to22/MachineInstance.py
+++ b/plugins/VersionUpgrade/VersionUpgrade21to22/MachineInstance.py
@@ -6,6 +6,7 @@ import io #To write config files to strings as if they were files.
import os.path #To get the path to write new user profiles to.
from typing import Dict, List, Optional, Set, Tuple
import urllib #To serialise the user container file name properly.
+import urllib.parse
import UM.VersionUpgrade #To indicate that a file is of incorrect format.
import UM.VersionUpgradeManager #To schedule more files to be upgraded.