mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 16:44:43 +00:00
Add missing import
This commit is contained in:
parent
8a892bcc50
commit
4c359146c4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -50,7 +50,7 @@ from distutils.command.clean import clean
|
|||
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
|
||||
from distutils.dir_util import remove_tree, copy_tree
|
||||
from distutils.file_util import write_file
|
||||
from distutils import util, log
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue