fix import

This commit is contained in:
j 2012-09-11 14:38:10 +02:00
parent e2c61e4a78
commit ccf4889c7e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# vi:si:et:sw=4:sts=4:ts=4
from datetime import timedelta, datetime
from celery.task import task
from celery.task import task, periodic_task
from django.contrib.auth.models import User
import models