mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Fix Toolbox import error (continued)
(and remove unused import) CURA-6983
This commit is contained in:
parent
52d2fa47e9
commit
6763bed95f
11 changed files with 23 additions and 39 deletions
|
@ -1,6 +1,6 @@
|
|||
from cura.CuraApplication import CuraApplication
|
||||
from plugins.Toolbox.src.CloudApiModel import CloudApiModel
|
||||
from plugins.Toolbox.src.UltimakerCloudScope import UltimakerCloudScope
|
||||
from ..CloudApiModel import CloudApiModel
|
||||
from ..UltimakerCloudScope import UltimakerCloudScope
|
||||
|
||||
|
||||
## Manages Cloud subscriptions. When a package is added to a user's account, the user is 'subscribed' to that package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue