Sign in
chromium
/
external
/
swarming.client
/
73aac697f47c5ce30c60dc0251461d1600191d71
/
.
/
third_party
/
chardet
/
__init__.py
blob: 786df1574be374099247e69c5e51df69bdaa5cdb [
file
] [
log
] [
blame
]
# Emulate the bare minimum for chardet for the Swarming bot.
# In practice, we do not need it, and it's very large.
__version__
=
'3.0.2'
def
detect
(
_ignored
):
return
{
'encoding'
:
'utf-8'
}