Table of Contents
statsmodels.tools.compatibility.
getZipFile
return ZipFile class with open method for python < 2.6
for python < 2.6, the open method returns a StringIO file_like
Examples
ZipFile = getZipFile() ...
not fully tested yet written for pyecon