contrib/python-zstandard/setup.py
changeset 48875 6000f5b25c9b
parent 44147 5e84a96d865b
child 52656 3e84e001b6c1
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     3 # All rights reserved.
     3 # All rights reserved.
     4 #
     4 #
     5 # This software may be modified and distributed under the terms
     5 # This software may be modified and distributed under the terms
     6 # of the BSD license. See the LICENSE file for details.
     6 # of the BSD license. See the LICENSE file for details.
     7 
     7 
     8 from __future__ import print_function
       
     9 
     8 
    10 from distutils.version import LooseVersion
     9 from distutils.version import LooseVersion
    11 import os
    10 import os
    12 import sys
    11 import sys
    13 from setuptools import setup
    12 from setuptools import setup