î
ªÍ Xˆ  ã               @   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   úV/home/ubuntu/projects/ifolica/build/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   