3

‹ˆhg  ã               @   s6   d dl Z d dlmZ dd„ Zdd„ ZG dd„ dƒZdS )	é    N)ÚPathc             C   s   t | tttfƒS )N)Ú
isinstanceÚbytesÚstrr   )Úf© r   úI/var/www/html/enquirykeeper_venv/lib/python3.6/site-packages/PIL/_util.pyÚisPath   s    r	   c             C   s   t | ƒotjj| ƒS )N)r	   ÚosÚpathÚisdir)r   r   r   r   ÚisDirectory
   s    r   c               @   s   e Zd Zdd„ Zdd„ ZdS )Údeferred_errorc             C   s
   || _ d S )N)Úex)Úselfr   r   r   r   Ú__init__   s    zdeferred_error.__init__c             C   s
   | j ‚d S )N)r   )r   Úeltr   r   r   Ú__getattr__   s    zdeferred_error.__getattr__N)Ú__name__Ú
__module__Ú__qualname__r   r   r   r   r   r   r      s   r   )r
   Úpathlibr   r	   r   r   r   r   r   r   Ú<module>   s   