"""Utilities for dealing with MATLAB(R) filesNotes-----MATLAB(R) is a registered trademark of The MathWorks, Inc., 3 Apple HillDrive, Natick, MA 01760-2098, USA."""from__future__importdivision,print_function,absolute_import# Matlab file read and write utilitiesfrom.mioimportloadmat,savemat,whosmatfrom.importbyteordercodes__all__=['loadmat','savemat','whosmat','byteordercodes']fromscipy._lib._testutilsimportPytestTestertest=PytestTester(__name__)delPytestTester