Revert "Move glob_to_regex and re_word_boundary to matrix-python-common (#11505) (#11527)

This reverts commit a77c369897.
This commit is contained in:
Sean Quah 2021-12-07 13:51:11 +00:00 committed by GitHub
parent 14d593f72d
commit 088d748f2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 124 additions and 12 deletions

View file

@ -16,12 +16,11 @@ import logging
import os
from typing import List, Optional, Pattern
from matrix_common.regex import glob_to_regex
from OpenSSL import SSL, crypto
from twisted.internet._sslverify import Certificate, trustRootFromCertificates
from synapse.config._base import Config, ConfigError
from synapse.util import glob_to_regex
logger = logging.getLogger(__name__)