django.utils.unittest is deprecated

This commit is contained in:
Raphael Michel
2015-02-18 21:47:29 +01:00
parent 9a2e75cbfb
commit 1e7d839731

View File

@@ -1,7 +1,7 @@
import os
import time
import datetime
from django.utils import unittest
import unittest
from selenium.webdriver.support.select import Select
from pretix.base.models import User, Organizer, Event, OrganizerPermission, EventPermission, ItemCategory, Property, \
PropertyValue, Question, Quota, Item