Clean up imports

Remove unused imports and some other completely unused code.
This commit is contained in:
Magnus Hagander
2014-01-01 15:42:30 +01:00
parent 48410d04fa
commit 756aa6ffbe
36 changed files with 23 additions and 74 deletions

View File

@ -1,7 +1,4 @@
from django.contrib import admin
from django import forms
from django.db import connection
from django.http import HttpResponseRedirect, HttpResponse
from pgweb.core.models import *