##// END OF EJS Templates
Cleanup: Remove distutils...
farisachugthai -
Show More
@@ -12,18 +12,18 b' This includes:'
12 # Copyright (c) IPython Development Team.
12 # Copyright (c) IPython Development Team.
13 # Distributed under the terms of the Modified BSD License.
13 # Distributed under the terms of the Modified BSD License.
14
14
15
16 import re
17 import os
15 import os
16 import re
18 import sys
17 import sys
18 from glob import glob
19 from logging import log
19
20
20 from distutils import log
21 from setuptools import Command
21 from distutils.command.build_py import build_py
22 from setuptools.command.build_py import build_py
23 # TODO: Replacement for this?
22 from distutils.command.build_scripts import build_scripts
24 from distutils.command.build_scripts import build_scripts
23 from distutils.command.install import install
25 from setuptools.command.install import install
24 from distutils.command.install_scripts import install_scripts
26 from setuptools.command.install_scripts import install_scripts
25 from distutils.cmd import Command
26 from glob import glob
27
27
28 from setupext import install_data_ext
28 from setupext import install_data_ext
29
29
General Comments 0
You need to be logged in to leave comments. Login now