Remove useless imports in setup.

This commit is contained in:
Guillaume Ayoub 2010-05-30 23:49:06 +02:00
parent af808ca3e5
commit 921cbdd97b

View File

@ -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