X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=filex%2Fforms.py;h=4f7c8ddc7d7412ab489af324e621e8fdfa483b6c;hb=3e29cd65efbb6b29b3db8c84e625f75829e550e7;hp=4151a16f7c68bc99a39c4c9ba668a435485dbe5e;hpb=e294545933a8f51a6c2a7f2246c010c78d92af03;p=qcg-portal.git diff --git a/filex/forms.py b/filex/forms.py index 4151a16..4f7c8dd 100644 --- a/filex/forms.py +++ b/filex/forms.py @@ -6,7 +6,7 @@ from django.core.exceptions import ValidationError from django.utils.http import urlquote from filex.models import Favorite -from filex.validators import host_validator, path_validator, name_validator +from filex.utils import host_validator, path_validator, name_validator def clean_path(path):