mirror of
https://github.com/openkmip/pykmip
synced 2025-12-30 07:03:29 +00:00
This change updates how the built-in open function is mocked in the PyKMIP server test suite. On some platforms the old approach was insufficient. This change explicitly references the builtins module for Python3+, removing the old module-based mock.