equal
deleted
inserted
replaced
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 |