From: Christopher Allan Webber Date: Sat, 18 Jun 2011 20:29:16 +0000 (-0500) Subject: Removing unused pkg_resources import from test_celery_setup X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f2f3fe33e90ae7bc2f621bbd3cb003e098d130c8;p=mediagoblin.git Removing unused pkg_resources import from test_celery_setup --- diff --git a/mediagoblin/tests/test_celery_setup.py b/mediagoblin/tests/test_celery_setup.py index 558eb458..2a7601c7 100644 --- a/mediagoblin/tests/test_celery_setup.py +++ b/mediagoblin/tests/test_celery_setup.py @@ -14,8 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import pkg_resources - from mediagoblin import celery_setup