Fixed import order

This commit is contained in:
Raphael Michel
2016-03-10 15:36:18 +01:00
parent 10233071c4
commit 934a451b9b
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
from django.conf.urls import include, url
from pretix.control.views import (
auth, attendees, event, dashboards, item, main, orders, organizer, user,
attendees, auth, dashboards, event, item, main, orders, organizer, user,
vouchers,
)