/usr/lib/python2.6/site-packages/setuptools
Edit: /usr/lib/python2.6/site-packages/setuptools/windows_support.pyc (1278B)
Ńň
˙Wc @ s4 d d k Z d d k Z d Z e d Z d S( i˙˙˙˙Nc C s t i d j o d S| S( Nt Windowsc _ s d S( N( t None( t argst kwargs( ( s> /tmp/pip-build-iUCeBS/setuptools/setuptools/windows_support.pyt
s ( t platformt system( t func( ( s> /tmp/pip-build-iUCeBS/setuptools/setuptools/windows_support.pyt windows_only s c C ss t d t i i i } t i i t i i f | _ t i i | _
d } | | | } | p t i n d S( s
Set the hidden attribute on a file or directory.
From http://stackoverflow.com/questions/19622133/
`path` must be text.
s ctypes.wintypesi N( t
__import__t ctypest windllt kernel32t SetFileAttributesWt wintypest LPWSTRt DWORDt argtypest BOOLt restypet WinError( t patht SetFileAttributest FILE_ATTRIBUTE_HIDDENt ret( ( s> /tmp/pip-build-iUCeBS/setuptools/setuptools/windows_support.pyt hide_file s
( R R
R R ( ( ( s> /tmp/pip-build-iUCeBS/setuptools/setuptools/windows_support.pyt s