chiark / gitweb /
added comments
[cura.git] / Cura / gui / util / previewTools.py
index d784d1cc9d3d640af2b5b995251d202baf59b383..db4b7e214bac7b100d828263eb6be498f03b8d49 100644 (file)
@@ -10,7 +10,7 @@ from OpenGL.GLU import *
 from OpenGL.GL import *
 
 from Cura.gui.util import openglHelpers
-
+#TODO: Rename these. Name is vague.
 class toolNone(object):
        def __init__(self, parent):
                self.parent = parent