Actually we need pkg_resources again in test_celery_setup :)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Jun 2011 18:00:49 +0000 (13:00 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Jun 2011 18:00:49 +0000 (13:00 -0500)
This got removed in master at the same time that it got used in the
configobj branch...

mediagoblin/tests/test_celery_setup.py

index 33c50e40475e40a33f2fe6bc2d8e4e575c609ffe..8bf97ae4b68d18099e6a32121e98695fad351476 100644 (file)
@@ -14,6 +14,8 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+import pkg_resources
+
 from mediagoblin import celery_setup
 from mediagoblin.config import read_mediagoblin_config