From: Christopher Allan Webber Date: Sun, 19 Jun 2011 18:00:49 +0000 (-0500) Subject: Actually we need pkg_resources again in test_celery_setup :) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=78e1c5f1edf7c5e651f40921bd69448a4ceec9eb;p=mediagoblin.git Actually we need pkg_resources again in test_celery_setup :) This got removed in master at the same time that it got used in the configobj branch... --- diff --git a/mediagoblin/tests/test_celery_setup.py b/mediagoblin/tests/test_celery_setup.py index 33c50e40..8bf97ae4 100644 --- a/mediagoblin/tests/test_celery_setup.py +++ b/mediagoblin/tests/test_celery_setup.py @@ -14,6 +14,8 @@ # 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 from mediagoblin.config import read_mediagoblin_config