cleanup unused imports and unused variables

This commit is contained in:
j 2013-02-21 13:28:36 +00:00
commit b1d83b0f93
42 changed files with 30 additions and 155 deletions

View file

@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
from datetime import timedelta, datetime
from datetime import timedelta
from celery.task import task, periodic_task
from django.contrib.auth.models import User
from celery.task import periodic_task
import models
@periodic_task(run_every=timedelta(days=1), queue='encoding')
def update_program(**kwargs):
for c in models.Channel.objects.all():