forked from DGNum/gestioCOF
Consistance dans les noms de fichiers
This commit is contained in:
parent
cc72f47f00
commit
f642b218d0
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from django.contrib import messages
|
|
||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
from django.test import Client, TestCase
|
from django.test import TestCase
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
|
|
||||||
from gestioncof.tests.testcases import ViewTestCaseMixin
|
from gestioncof.tests.testcases import ViewTestCaseMixin
|
Loading…
Reference in a new issue