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,7 +3,6 @@
from __future__ import division, with_statement
from django.db import models
from django.contrib.auth.models import User
import ox
from changelog.models import Changelog

View file

@ -2,20 +2,14 @@
# vi:si:et:sw=4:sts=4:ts=4
from __future__ import division
from django.conf import settings
import ox
from ox.utils import json
from ox.django.decorators import login_required_json
from ox.django.shortcuts import render_to_json_response, get_object_or_404_json, json_response
from item.models import Item
from ox.django.api import actions
from item import utils
from item.models import Item
import models
def getNews(request):