Current Path : /usr/lib/python2.7/dist-packages/twisted/python/ |
Current File : //usr/lib/python2.7/dist-packages/twisted/python/win32.pyc |
[XMc @ s' d Z d d l Z d d l Z d d l Z y d d l Z d d l Z Wn e k rY n Xd d l m Z d Z d Z d Z d Z e e d d Z d Z d e f d YZ e Z d Z d Z e 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. iN( t platformi i i{ i t O_BINARYi c C s t t d t S( s6 Determine which WindowsError name to export. t WindowsError( t getattrt exceptionst FakeWindowsError( ( ( s8 /usr/lib/python2.7/dist-packages/twisted/python/win32.pyt _determineWindowsError"