Miscellaneous cleanup.
authorEevee <eevee@nyarumaa.(none)>
Wed, 7 Jan 2009 14:42:43 +0000 (09:42 -0500)
committerEevee <eevee@nyarumaa.(none)>
Wed, 7 Jan 2009 14:42:43 +0000 (09:42 -0500)
commit6c46caf7943b1beaadf32f5bbd78b1aee647b825
tree77967225035c7c404cd7e336e56f8a24a30705d6
parent5f305518adfcb89e940eac9073a337054d8c695c
Miscellaneous cleanup.

Changed Grid.is_filled() to a property.
Removed Grid.check(), which didn't do anything anyway.
Cleaned up Grid.solve() slightly and fixed an egregious logic error.
Clarified Cell.normalize() docstring.
pseudoku/grid/__init__.py
pseudoku/grid/cell.py
pseudoku/tests/integrity/simple.py