Remove unused imports

This commit is contained in:
Raphael Michel
2015-04-16 20:00:10 +02:00
parent 700270e7e7
commit 747a9e55fd
9 changed files with 2 additions and 12 deletions

View File

@@ -4,10 +4,8 @@ from django.contrib.auth.views import redirect_to_login
from django.core.urlresolvers import reverse
from django.db.models import Q
from django.http import HttpResponseBadRequest, HttpResponseForbidden
from django.utils.functional import cached_property
from django.utils.timezone import now
from django.utils.translation import ugettext_lazy as _
from pretix.base.models import CartPosition
from pretix.base.signals import register_payment_providers