
vÅÏ^ˆ  ã               @   s0   d  d l  m Z d  d l m Z d d „  Z d S)é    )Úsettings)Úimport_stringc             C   s   t  t j ƒ |  ƒ S)zÊ
    Callable with the same interface as the storage classes.

    This isn't just default_storage = import_string(settings.MESSAGE_STORAGE)
    to avoid accessing the settings at the module level.
    )r   r   ZMESSAGE_STORAGE)Úrequest© r   úJ/tmp/pip-build-8lau8j11/django/django/contrib/messages/storage/__init__.pyÚdefault_storage   s    r   N)Zdjango.confr   Zdjango.utils.module_loadingr   r   r   r   r   r   Ú<module>   s   