o
    r|a                     @   s   d Z zddlmZ W n ey   ddlmZ Y nw ddlZddlZddlmZ dZ	e
 Ze
 ZdZejZejgZdd Zd	ZdS )
z
This module provides a central location for defining default behavior.

Throughout the package, these defaults take effect only when the user
does not otherwise specify a value.

    escapeN)MissingTagsstrict)z{{z}}c                 C   s   t | ddS )NT)Zquoter   )u r   3/usr/lib/python3/dist-packages/pystache/defaults.py<lambda>>   s    r	   Zmustache)__doc__Zhtmlr   ImportErrorZcgiossysZpystache.commonr   ZDECODE_ERRORSgetdefaultencodingZSTRING_ENCODINGZFILE_ENCODINGZ
DELIMITERSignoreZMISSING_TAGScurdirZSEARCH_DIRSZ
TAG_ESCAPEZTEMPLATE_EXTENSIONr   r   r   r   <module>   s"   
