mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 21:04:41 +00:00
import fixes
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2828 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
bae1ba2b03
commit
eef15f3e3f
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
|
@ -28,7 +28,6 @@ import os
|
|||
import popen2
|
||||
import platform
|
||||
import stat
|
||||
import re
|
||||
import string
|
||||
import glob
|
||||
from distutils.core import setup, Extension, DEBUG
|
||||
|
|
@ -42,8 +41,9 @@ from distutils.command.build import build
|
|||
from distutils.command.clean import clean
|
||||
from distutils.dir_util import remove_tree
|
||||
from distutils.file_util import write_file
|
||||
from distutils.dep_util import newer
|
||||
from distutils import util, log, sysconfig
|
||||
from distutils.sysconfig import get_python_version
|
||||
from distutils.errors import DistutilsPlatformError
|
||||
from distutils import util, log
|
||||
|
||||
# cross compile config
|
||||
cc = os.environ.get("CC")
|
||||
|
|
|
|||
Loading…
Reference in a new issue