mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Remove useless imports in setup.
This commit is contained in:
parent
af808ca3e5
commit
921cbdd97b
1 changed files with 1 additions and 5 deletions
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…
Add table
Add a link
Reference in a new issue