Browse Source

Added an extra import module, did not pass coding style test
CURA-5936

Aleksei S 6 years ago
parent
commit
088b2f6f28
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/VersionUpgrade/VersionUpgrade21to22/MachineInstance.py

+ 1 - 0
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.