forked-synapse/synapse/events
Richard van der Hoff 9ffac2bef1
Remote dependency on distutils (#9125)
`distutils` is pretty much deprecated these days, and replaced with
`setuptools`. It's also annoying because it's you can't `pip install` it, and
it's hard to figure out which debian package we should depend on to make sure
it's there.

Since we only use it for a tiny function anyway, let's just vendor said
function into our codebase.
2021-01-15 15:59:20 +00:00
..
__init__.py Remote dependency on distutils (#9125) 2021-01-15 15:59:20 +00:00
builder.py
snapshot.py
spamcheck.py
third_party_rules.py
utils.py Implement MSC2176: Updated redaction rules (#8984) 2021-01-05 07:41:48 -05:00
validator.py