mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-19 03:51:07 +00:00
Remove unused imports
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3764 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
9352dbf5e4
commit
c98b4a518f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -29,7 +29,7 @@ import platform
|
|||
import stat
|
||||
import string
|
||||
import glob
|
||||
from distutils.core import setup, Extension, DEBUG
|
||||
from distutils.core import setup, Extension
|
||||
from distutils.spawn import find_executable
|
||||
import distutils.dist
|
||||
from distutils.command.bdist_wininst import bdist_wininst
|
||||
|
|
|
|||
Loading…
Reference in a new issue