The source project of this merge request has been removed.
Hack import statement during testing to actually load python implementation
This patch fixes #2 (closed) by mocking the import
statement in segments_verify.py
to force loading of the pure-Python implementation of the segments objects.