kopia lustrzana https://github.com/micropython/micropython-lib
email.errors: Fix MicroPython multiple inheritance from native type issues.
rodzic
817ae1413e
commit
ac4c5fd6bd
|
@ -21,7 +21,7 @@ class BoundaryError(MessageParseError):
|
||||||
"""Couldn't find terminating boundary."""
|
"""Couldn't find terminating boundary."""
|
||||||
|
|
||||||
|
|
||||||
class MultipartConversionError(MessageError, TypeError):
|
class MultipartConversionError(MessageError):#, TypeError):
|
||||||
"""Conversion to a multipart is prohibited."""
|
"""Conversion to a multipart is prohibited."""
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue