Closed cclauss closed 6 years ago
Use __six.moves.reload_module()__ instead for compatibility with both Python 2 and Python 3.
Note that this is in a disabled test; I'm not sure why it wasn't just deleted.
(I'm also unsure of the wisdom of reloading pymarc at all here, or why it would need that to "pick up" the change in stderr...)
Use __six.moves.reload_module()__ instead for compatibility with both Python 2 and Python 3.