rwl / PyCIM

Python implementation of the Common Information Model.
http://rwl.github.io/PyCIM/api/
MIT License
78 stars 35 forks source link

Roll back cim16 import #12

Closed greatestape closed 7 years ago

greatestape commented 7 years ago

This rolls back a code change that was importing CIM16. Since we don't have a CIM16 package in the project yet, this reverts back to the previous behaviour, where CIM15 is used instead. Fixes #11

This pull request also includes a fix in RDFXMLReader that was causing a test to fail. The test uses StringIO as a file handle but the code had a bug that prevented file handles from working.