X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=apps%2Fpatchwork%2Fviews%2Fpatch.py;fp=apps%2Fpatchwork%2Fviews%2Fpatch.py;h=c0960c12c5939625a0cfd357878afe3a792c2085;hb=f1e089f7736ac8f7b9af784461350c4c169211ad;hp=f20f25d792e5b33321c43cf3e0a539419338ed51;hpb=6a2a96299d4802cb4fb82891daf6f81ff33ba4e0;p=patchwork diff --git a/apps/patchwork/views/patch.py b/apps/patchwork/views/patch.py index f20f25d..c0960c1 100644 --- a/apps/patchwork/views/patch.py +++ b/apps/patchwork/views/patch.py @@ -18,9 +18,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -from patchwork.models import Patch, Project, Person, RegistrationRequest, Bundle +from patchwork.models import Patch, Project, Person, Bundle from patchwork.filters import Filters -from patchwork.forms import RegisterForm, LoginForm, PatchForm, MultiplePatchForm, CreateBundleForm +from patchwork.forms import PatchForm, MultiplePatchForm, CreateBundleForm from patchwork.utils import get_patch_ids, set_patches, Order from patchwork.requestcontext import PatchworkRequestContext from django.shortcuts import render_to_response, get_object_or_404