macobo / python-grader

Python >= 3.3 automatic grader
MIT License
11 stars 5 forks source link

Use paths instead of module names #23

Closed macobo closed 10 years ago

macobo commented 10 years ago

Using module names might make it convenient to import, but we're already using paths to import users module.

See this http://stackoverflow.com/a/67692/225054 answer. Might make Python2 support more difficult.

macobo commented 10 years ago

Closed by pull request #24.