summaryrefslogtreecommitdiff
path: root/service/setup.py
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-05-24 16:50:21 -0300
committerVictor Shyba <victor.shyba@gmail.com>2015-05-24 16:50:21 -0300
commitafbda2c91166b75f7f7ab7bdd7d704cc356defe1 (patch)
treebc60964070702c290806087ad194e469c5ee5f7d /service/setup.py
parent2b7e6eff88e771d206d5540cf3eb0be51a026f42 (diff)
unused imports in setup.py
Diffstat (limited to 'service/setup.py')
-rw-r--r--service/setup.py4
1 files changed, 0 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>.
-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