Mercurial > public > mercurial-scm > hg
comparison contrib/python-zstandard/setup.py @ 48875:6000f5b25c9b
py2: remove simple from __future__ statements
These were needed for Python 2 support. Now that our linter no longer
mandates these, we can start deleting them.
Differential Revision: https://phab.mercurial-scm.org/D12254
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Thu, 03 Mar 2022 17:34:00 +0100 |
parents | 5e84a96d865b |
children | 3e84e001b6c1 |
comparison
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 |