ó
®â0_c           @   s@   d  Z  d d l m Z d d l m Z d e f d „  ƒ  YZ d S(   sX   
Wrapper for loading templates from "templates" directories in INSTALLED_APPS
packages.
iÿÿÿÿ(   t   get_app_template_dirsi   (   t   LoaderR   c           B   s   e  Z d  „  Z RS(   c         C   s
   t  d ƒ S(   Nt	   templates(   R    (   t   self(    (    sI   /tmp/pip-unpacked-wheel-BAJOf3/django/template/loaders/app_directories.pyt   get_dirs   s    (   t   __name__t
   __module__R   (    (    (    sI   /tmp/pip-unpacked-wheel-BAJOf3/django/template/loaders/app_directories.pyR      s   N(   t   __doc__t   django.template.utilsR    t
   filesystemR   t   FilesystemLoader(    (    (    sI   /tmp/pip-unpacked-wheel-BAJOf3/django/template/loaders/app_directories.pyt   <module>   s   