Turned pseudoku.py into a real project.
authorEevee <eevee@nyarumaa.(none)>
Sat, 13 Dec 2008 03:03:06 +0000 (19:03 -0800)
committerEevee <eevee@nyarumaa.(none)>
Sat, 13 Dec 2008 03:03:06 +0000 (19:03 -0800)
commitbfc07962deafde17e2b41f8d659313b7746dca07
tree35c76d0ebb8964fa327768f464ef75dd11fbbb99
parent282da8de86748e42e0891daaa7ce81aa423fed44
Turned pseudoku.py into a real project.

Gave it a setup.py.
Broke it into a main script and a couple modules.
Added a .gitignore for vim/python cruft.
Otherwise, works exactly the same.
.gitignore [new file with mode: 0644]
lib/pseudoku/__init__.py [new file with mode: 0644]
lib/pseudoku/grid/__init__.py [moved from pseudoku.py with 76% similarity]
lib/pseudoku/grid/cellgroup.py [new file with mode: 0644]
setup.py [new file with mode: 0644]