Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #544 from cptobvious/module-names
Module names
- Loading branch information
Showing
with
59 additions
and 20 deletions.
- +7 −7 tests/modules/test_math.py
- +12 −0 tests/objects/test_classobject.py
- +18 −0 tests/objects/test_moduleobject.py
- +1 −2 tests/objects/test_objectobject.py
- +3 −2 topaz/interpreter.py
- +1 −1 topaz/modules/math.py
- +3 −4 topaz/objects/moduleobject.py
- +14 −4 topaz/objspace.py