From ab4af5abc4bb57c4ccdc5fb1a70670450f53cc38 Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 22 Feb 2010 16:36:45 +0100 Subject: [PATCH] useless now. spotted by @jberstroem on irc. thanks! --- gunicorn/arbiter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gunicorn/arbiter.py b/gunicorn/arbiter.py index bc7cdfb1..26baeedc 100644 --- a/gunicorn/arbiter.py +++ b/gunicorn/arbiter.py @@ -7,7 +7,6 @@ from __future__ import with_statement import copy import errno -import inspect import logging import os import select