contrib/python-zstandard/zstandard/cffi.py
changeset 48875 6000f5b25c9b
parent 44147 5e84a96d865b
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     4 # This software may be modified and distributed under the terms
     4 # This software may be modified and distributed under the terms
     5 # of the BSD license. See the LICENSE file for details.
     5 # of the BSD license. See the LICENSE file for details.
     6 
     6 
     7 """Python interface to the Zstandard (zstd) compression library."""
     7 """Python interface to the Zstandard (zstd) compression library."""
     8 
     8 
     9 from __future__ import absolute_import, unicode_literals
       
    10 
     9 
    11 # This should match what the C extension exports.
    10 # This should match what the C extension exports.
    12 __all__ = [
    11 __all__ = [
    13     #'BufferSegment',
    12     #'BufferSegment',
    14     #'BufferSegments',
    13     #'BufferSegments',