From afbda2c91166b75f7f7ab7bdd7d704cc356defe1 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Sun, 24 May 2015 16:50:21 -0300 Subject: unused imports in setup.py --- service/setup.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'service/setup.py') diff --git a/service/setup.py b/service/setup.py index db31118d..140a8027 100644 --- a/service/setup.py +++ b/service/setup.py @@ -15,15 +15,11 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . -import sys - # next line is a fix to this error that occurs with nose > 1.1.2 and the debian # python: http://bugs.python.org/issue15881#msg170215 import multiprocessing -import setuptools from setuptools import setup -from collections import defaultdict import os -- cgit v1.2.3