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

@ -12,14 +12,13 @@ from django.db.models.signals import pre_delete
import ox
from archive import extract
from clip.models import Clip
from changelog.models import Changelog
from item.utils import sort_string
import managers
import utils
from tasks import update_matches, update_item
from tasks import update_matches
def get_super_matches(obj, model):