mitodl / mitx-grading-library

The MITx Grading Library, a python grading library for edX
https://edge.edx.org/courses/course-v1:MITx+grading-library+examples/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Comparers and import * #202

Closed jolyonb closed 5 years ago

jolyonb commented 5 years ago

Is there a reason that comparers aren't included when you do from mitxgraders import *? I don't recall...

ChristopherChudzicki commented 5 years ago

No good reason. Happy to add them.

jolyonb commented 5 years ago

Ok, let's do so then. It's annoying to have to do a second line of imports when writing problems.

ChristopherChudzicki commented 5 years ago

K, I'll make a quick PR for it after #196

jolyonb commented 5 years ago

Resolved by #203.