Merge pull request #3850 from Ultimaker/uranium_package_manager

Move package manager to Uranium
This commit is contained in:
Lipu Fei 2018-06-07 11:03:45 +02:00 committed by GitHub
commit 04ecc55e3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 376 deletions

View file

@ -156,7 +156,7 @@ class Toolbox(QObject, Extension):
# This is a plugin, so most of the components required are not ready when
# this is initialized. Therefore, we wait until the application is ready.
def _onAppInitialized(self) -> None:
self._package_manager = Application.getInstance().getCuraPackageManager()
self._package_manager = Application.getInstance().getPackageManager()
self._sdk_version = self._getSDKVersion()
self._cloud_api_version = self._getCloudAPIVersion()
self._cloud_api_root = self._getCloudAPIRoot()