Renamed cellgroup.py and CellConstraint.
[pseudoku.git] / pseudoku / render / __init__.py
index a3593df..4b6bd65 100644 (file)
@@ -83,7 +83,7 @@ class GridRenderer(object):
 
     def inside_cell(self, cell):
         """Content used to represent the actual cell value."""
 
     def inside_cell(self, cell):
         """Content used to represent the actual cell value."""
-        if cell.value:
+        if cell.solved:
             return symbols[cell.value]
         else:
             return '.'
             return symbols[cell.value]
         else:
             return '.'