update celery import to work with 2.2

This commit is contained in:
j 2011-12-27 18:51:22 +05:30
commit 2a3c09d0ce
7 changed files with 11 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
from celery.decorators import task
from celery.task import task