Berker Peksag <[email protected]> added the comment:
FTR, Django has a similar helper:
from django.utils.module_loading import import_string
ValidationError = import_string('django.core.exceptions.ValidationError')
https://docs.djangoproject.com/en/3.0/ref/utils/#django.utils.module_loading.import_string
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue12915>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com