mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 22:27:36 +03: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
|
||||
import shutil
|
||||
|
||||
from distutils.core import setup, Command
|
||||
from distutils.command.build_scripts import build_scripts
|
||||
from distutils.core import setup
|
||||
|
||||
# When the version is updated, ``version`` and ``download_url`` must be modified
|
||||
# A new section in the ``NEWS`` file must be added too
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue