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

@ -3,19 +3,16 @@
from __future__ import division, with_statement
import os.path
import re
import time
import shutil
from django.conf import settings
from django.contrib.auth.models import User
from django.db import models
from django.db.models import Q
from django.db.models.signals import pre_delete
from ox.django import fields
import ox
import chardet
from item import utils
import item.models