This is an exceedingly rough sketch of what attributes might look like - metaclass implementations NOT complete.

This commit is contained in:
Michael DeHaan 2014-10-03 14:53:28 -04:00
commit 335221d79e
8 changed files with 128 additions and 63 deletions

View file

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