Moved tests to tests/

This commit is contained in:
Swen Kooij
2016-10-21 12:57:51 +03:00
parent 612b3bf427
commit 1cd3812d2a
10 changed files with 16 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
from typing import List
from django import forms
from django.conf import settings
from django.forms import MultiWidget
from typing import List
from .fields.localized_value import LocalizedValue