diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-19 13:00:49 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-19 13:00:49 -0500 |
commit | 78e1c5f1edf7c5e651f40921bd69448a4ceec9eb (patch) | |
tree | 244dded0d826565ef90b88e8ee5dec0bd5413a5d /mediagoblin/tests/test_celery_setup.py | |
parent | fa4e6b279bddb30074c63cfc795a527a8a60c06d (diff) | |
download | mediagoblin-78e1c5f1edf7c5e651f40921bd69448a4ceec9eb.tar.lz mediagoblin-78e1c5f1edf7c5e651f40921bd69448a4ceec9eb.tar.xz mediagoblin-78e1c5f1edf7c5e651f40921bd69448a4ceec9eb.zip |
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...
Diffstat (limited to 'mediagoblin/tests/test_celery_setup.py')
-rw-r--r-- | mediagoblin/tests/test_celery_setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. +import pkg_resources + from mediagoblin import celery_setup from mediagoblin.config import read_mediagoblin_config |