summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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