thirdparty/google_appengine/google/appengine/tools/os_compat.py
changeset 2273 e4cb9c53db3e
parent 686 df109be0567c
equal deleted inserted replaced
2272:26491ee91e33 2273:e4cb9c53db3e
    40   class WindowsError(Exception):
    40   class WindowsError(Exception):
    41     """A fake Windows Error exception which should never be thrown."""
    41     """A fake Windows Error exception which should never be thrown."""
    42 
    42 
    43 
    43 
    44 ERROR_PATH_NOT_FOUND = 3
    44 ERROR_PATH_NOT_FOUND = 3
       
    45 ERROR_ACCESS_DENIED = 5
       
    46 ERROR_ALREADY_EXISTS = 183