OpenMath / py-openmath

An OpenMath 2.0 implementation in Python
MIT License
15 stars 4 forks source link

Removed dependency on CaseClass, simplified code #8

Closed defeo closed 6 years ago

defeo commented 6 years ago

As explained in #7, I got rid of the Case Class code.

Tests pass on Py3, I'll let Travis do the job for Py2.

@tkw1536, let me know what you think.

defeo commented 6 years ago

Merging since no comments. Closes #7 .