Remove useless imports in setup.
This commit is contained in:
parent
af808ca3e5
commit
921cbdd97b
6
setup.py
6
setup.py
@ -35,11 +35,7 @@ For further information, please visit the `Radicale Website
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
from distutils.core import setup
|
||||||
import shutil
|
|
||||||
|
|
||||||
from distutils.core import setup, Command
|
|
||||||
from distutils.command.build_scripts import build_scripts
|
|
||||||
|
|
||||||
# When the version is updated, ``version`` and ``download_url`` must be modified
|
# When the version is updated, ``version`` and ``download_url`` must be modified
|
||||||
# A new section in the ``NEWS`` file must be added too
|
# A new section in the ``NEWS`` file must be added too
|
||||||
|
Loading…
Reference in New Issue
Block a user