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