From a36e4f6d08b72da3b75420e79f471284d504177f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 29 Mar 2011 19:32:59 -0400 Subject: [PATCH] more debug routines --- Sketch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sketch.py b/Sketch.py index cc7b46a..8786132 100644 --- a/Sketch.py +++ b/Sketch.py @@ -52,3 +52,5 @@ class Sketch(object): for i in range(len(solved_vars)): varid_to_shape_var[i][0].setVar(varid_to_shape_var[i][1], solved_vars[i]) +# for s in self.shapes: +# print 'shape:', repr(s.vars)