Move MediaRepository to media_repository module

This commit is contained in:
Erik Johnston 2016-04-19 11:31:43 +01:00
parent 43f0941e8f
commit 0c93df89b6
5 changed files with 496 additions and 489 deletions

View file

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from .base_resource import parse_media_id, respond_with_file, respond_404
from ._base import parse_media_id, respond_with_file, respond_404
from twisted.web.resource import Resource
from synapse.http.server import request_handler