mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 04:44:42 +00:00
Remove unused import.
This commit is contained in:
parent
209f4139de
commit
6b2314f59b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -42,7 +42,7 @@ from distutils.command.build import build
|
|||
from distutils.command.install_data import install_data
|
||||
from distutils.command.register import register
|
||||
from distutils.dir_util import remove_tree, copy_tree
|
||||
from distutils.file_util import write_file, copy_file
|
||||
from distutils.file_util import write_file
|
||||
from distutils import util, log
|
||||
try:
|
||||
# Note that py2exe monkey-patches the distutils.core.Distribution class
|
||||
|
|
|
|||
Loading…
Reference in a new issue