mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 10:54:53 -04:00
Move MediaRepository to media_repository module
This commit is contained in:
parent
43f0941e8f
commit
0c93df89b6
5 changed files with 496 additions and 489 deletions
|
@ -14,7 +14,7 @@
|
|||
# limitations under the License.
|
||||
|
||||
|
||||
from .base_resource import parse_media_id, respond_404, respond_with_file
|
||||
from ._base import parse_media_id, respond_404, respond_with_file
|
||||
from twisted.web.resource import Resource
|
||||
from synapse.http.servlet import parse_string, parse_integer
|
||||
from synapse.http.server import request_handler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue