From 921cbdd97b6ea48c412480a5cfbf1afff05158ff Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 30 May 2010 23:49:06 +0200 Subject: [PATCH] Remove useless imports in setup. --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index e4a6e2b..f8df590 100755 --- a/setup.py +++ b/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