Split requirements files

Remove unused import
This commit is contained in:
Raphael Michel
2015-03-14 12:59:34 +01:00
parent 8fdbd2c89b
commit a0b9e9a5f9
6 changed files with 33 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ from django.test import TestCase
from django.utils.timezone import now
from datetime import timedelta
from pretix.base.models import Item, Organizer, Event, ItemCategory, Quota, Property, PropertyValue, ItemVariation, User, \
from pretix.base.models import Item, Organizer, Event, ItemCategory, Quota, User, \
CartPosition, Question, Order, OrderPosition