Some fixes regarding submodules and imports.

This commit is contained in:
Simon Edwards 2017-01-16 21:35:28 +01:00
parent d4619da358
commit 38a7ffa7da
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ import os
import os.path
import io
from UM import Resources
from UM.Resources import Resources
from UM.VersionUpgrade import VersionUpgrade # Superclass of the plugin.
class VersionUpgrade22to24(VersionUpgrade):