Also update import to renamed package

Oops.

Contributes to issue CURA-3427.
This commit is contained in:
Ghostkeeper 2017-05-12 14:07:21 +02:00
parent c8295434f3
commit 98662bc6f6
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -1,7 +1,7 @@
# Copyright (c) 2017 Ultimaker B.V. # Copyright (c) 2017 Ultimaker B.V.
# Cura is released under the terms of the AGPLv3 or higher. # Cura is released under the terms of the AGPLv3 or higher.
from . import VersionUpgrade24to25 from . import VersionUpgrade25to26
from UM.i18n import i18nCatalog from UM.i18n import i18nCatalog
catalog = i18nCatalog("cura") catalog = i18nCatalog("cura")