Home
last modified time | relevance | path

Searched refs:DistutilsGetoptError (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dfancy_getopt.py17 from distutils.errors import DistutilsGetoptError, DistutilsArgError
100 raise DistutilsGetoptError, \
124 raise DistutilsGetoptError, \
128 raise DistutilsGetoptError, \
169 raise DistutilsGetoptError, \
175 raise DistutilsGetoptError, \
193 raise DistutilsGetoptError, \
209 raise DistutilsGetoptError, \
220 raise DistutilsGetoptError, \
Derrors.py26 class DistutilsGetoptError(DistutilsError): class