forked from DGNum/gestioCOF
Forgot one import
This commit is contained in:
parent
a2fcc05672
commit
4064218010
1 changed files with 1 additions and 1 deletions
|
@ -4,9 +4,9 @@ from urllib.parse import parse_qs, urlparse
|
||||||
|
|
||||||
import icalendar
|
import icalendar
|
||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
from django.core.urlresolvers import reverse
|
|
||||||
from django.http import QueryDict
|
from django.http import QueryDict
|
||||||
from django.test import Client
|
from django.test import Client
|
||||||
|
from django.urls import reverse
|
||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
from django.utils.functional import cached_property
|
from django.utils.functional import cached_property
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue