WIP on data structure processing patterns.

This commit is contained in:
Michael DeHaan 2014-10-06 15:27:41 -04:00
commit f066e361f1
6 changed files with 575 additions and 56 deletions

View file

@ -94,7 +94,7 @@ tests:
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v
newtests:
PYTHONPATH=./v2 $(NOSETESTS) -d -w test/v2 -v
PYTHONPATH=./v2:./lib $(NOSETESTS) -d -w test/v2 -v
authors: