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
parent 0c40c6c23c
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: