mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07:00
Refactoring of namespace
This commit is contained in:
parent
2aa47eae4b
commit
1881dd4219
1 changed files with 8 additions and 8 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
from Cura.Qt.QtApplication import QtApplication
|
from UM.Qt.QtApplication import QtApplication
|
||||||
from Cura.Scene.SceneNode import SceneNode
|
from UM.Scene.SceneNode import SceneNode
|
||||||
from Cura.Scene.Camera import Camera
|
from UM.Scene.Camera import Camera
|
||||||
from Cura.Scene.Platform import Platform
|
from UM.Scene.Platform import Platform
|
||||||
from Cura.Math.Vector import Vector
|
from UM.Math.Vector import Vector
|
||||||
from Cura.Math.Matrix import Matrix
|
from UM.Math.Matrix import Matrix
|
||||||
from Cura.Resources import Resources
|
from UM.Resources import Resources
|
||||||
|
|
||||||
from Cura.Scene.BoxRenderer import BoxRenderer
|
from UM.Scene.BoxRenderer import BoxRenderer
|
||||||
|
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue