Skip to content
  1. Aug 25, 2011
    • Seblu's avatar
      Fix unable to extract file from a remote directory · a800e379
      Seblu authored
      This fix is a workaround taking a class gzipstream from redhat (GPL2)
      which allow gzip class to be not seekable.
      Since python 3.2, gzip module is now not seekable. Until we swith to version
      we should use this hack
      a800e379