Removing more unneeded imports

This commit is contained in:
Thomas-Karl Pietrowski 2016-03-14 17:26:21 +01:00
parent 7bc99c8c19
commit 115d5dceae
2 changed files with 0 additions and 4 deletions

View file

@ -1,11 +1,9 @@
# Copyright (c) 2015 Ultimaker B.V.
# Cura is released under the terms of the AGPLv3 or higher.
from UM.View.Renderer import Renderer
from UM.Scene.SceneNode import SceneNode
from UM.Application import Application
from UM.Resources import Resources
from UM.Mesh.MeshData import MeshData
from UM.Mesh.MeshBuilder import MeshBuilder
from UM.Math.Vector import Vector
from UM.Math.Color import Color

View file

@ -9,8 +9,6 @@ from UM.Mesh.MeshBuilder import MeshBuilder #To create a mesh to display the con
from UM.View.GL.OpenGL import OpenGL
import numpy
class ConvexHullNode(SceneNode):
def __init__(self, node, hull, parent = None):
super().__init__(parent)