
    
_d                     "    d dl Z d Zed        Zy)    Nc                 :    t        j                         dk7  rd S | S )NWindowsc                       y )N )argskwargss     </usr/lib/python3/dist-packages/setuptools/windows_support.py<lambda>zwindows_only.<locals>.<lambda>   s        )platformsystem)funcs    r	   windows_onlyr      s    I%++Kr   c                 4   ddl }t        d       |j                  j                  j                  }|j
                  j                  |j
                  j                  f|_        |j
                  j                  |_
        d} || |      }|s|j                         y)z
    Set the hidden attribute on a file or directory.

    From http://stackoverflow.com/questions/19622133/

    `path` must be text.
    r   Nzctypes.wintypes   )ctypes
__import__windllkernel32SetFileAttributesWwintypesLPWSTRDWORDargtypesBOOLrestypeWinError)pathr   SetFileAttributesFILE_ATTRIBUTE_HIDDENrets        r	   	hide_filer"   
   s      !..AA!'!7!79N9N!N & 4 4 
D"7
8Coo r   )r   r   r"   r   r   r	   <module>r#      s!        r   