î
ªÍ X9  ã               @   s@   d  Z  d d l m Z d d l m Z Gd d „  d e ƒ Z d S)zX
Wrapper for loading templates from "templates" directories in INSTALLED_APPS
packages.
é    )Úget_app_template_dirsé   )ÚLoaderc               @   s   e  Z d  Z d d „  Z d S)r   c             C   s
   t  d ƒ S)NZ	templates)r   )Úself© r   úU/home/ubuntu/projects/ifolica/build/django/django/template/loaders/app_directories.pyÚget_dirs   s    zLoader.get_dirsN)Ú__name__Ú
__module__Ú__qualname__r   r   r   r   r   r      s   r   N)Ú__doc__Zdjango.template.utilsr   Z
filesystemr   ZFilesystemLoaderr   r   r   r   Ú<module>   s   