OwlCyberSecurity - MANAGER
Edit File: win32.pyc
� `��ac @` s� d Z d d l m Z m Z d d l Z d d l Z d Z d Z d Z d Z e e d d � Z d e f d � � YZ y e Z Wn e k r� e Z n Xe j d � Z e j d � Z d � Z d � Z d e f d � � YZ e j � j Z d S( s� Win32 utilities. See also twisted.python.shortcut. @var O_BINARY: the 'binary' mode flag on Windows, or 0 on other platforms, so it may safely be OR'ed into a mask for os.open. i ( t divisiont absolute_importNi i i{ i t O_BINARYt FakeWindowsErrorc B` s e Z d Z RS( s\ Stand-in for sometimes-builtin exception on platforms for which it is missing. ( t __name__t __module__t __doc__( ( ( sW /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/python/win32.pyR s s (\\*)"s (\\+)\Zc C` s` d | k s0 d | k s0 d | k s0 | d k r6 d p9 d } | t j d t j d | � � | S( sL Internal method for quoting a single command-line argument. @param s: an unquoted string that you want to quote so that something that does cmd.exe-style unquoting will interpret it as a single argument, even if it contains spaces. @type s: C{str} @return: a quoted string. @rtype: C{str} t s t "t s \1\1s \1\1\\"( t _cmdLineQuoteRe2t subt _cmdLineQuoteRe( t st quote( ( sW /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/python/win32.pyt cmdLineQuote* s <c C` s&