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.
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.