mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Move RH to indico.web.rh
This commit is contained in:
parent
04876594f9
commit
a6b01c3c71
@ -23,9 +23,9 @@ from flask_pluginengine import current_plugin
|
||||
from pytz import timezone, utc
|
||||
|
||||
from indico.core.db import db
|
||||
from indico.legacy.webinterface.rh.base import RHProtected
|
||||
from indico.modules.events.timetable.controllers import RHManageTimetableBase
|
||||
from indico.modules.events.timetable.models.entries import TimetableEntry, TimetableEntryType
|
||||
from indico.web.rh import RHProtected
|
||||
|
||||
|
||||
class RHGetImporters(RHProtected):
|
||||
|
||||
@ -23,12 +23,12 @@ from flask import flash, redirect, request
|
||||
from flask_pluginengine import current_plugin
|
||||
from werkzeug.exceptions import BadRequest
|
||||
|
||||
from indico.legacy.webinterface.rh.base import RH
|
||||
from indico.modules.events.payment.models.transactions import TransactionAction
|
||||
from indico.modules.events.payment.notifications import notify_amount_inconsistency
|
||||
from indico.modules.events.payment.util import register_transaction
|
||||
from indico.modules.events.registration.models.registrations import Registration
|
||||
from indico.web.flask.util import url_for
|
||||
from indico.web.rh import RH
|
||||
|
||||
from indico_payment_paypal import _
|
||||
|
||||
|
||||
@ -22,8 +22,8 @@ from nbconvert.exporters import HTMLExporter
|
||||
from traitlets.config import Config
|
||||
from werkzeug.exceptions import Forbidden
|
||||
|
||||
from indico.legacy.webinterface.rh.base import RH
|
||||
from indico.modules.attachments import Attachment
|
||||
from indico.web.rh import RH
|
||||
|
||||
from indico_previewer_jupyter.cpp_highlighter import CppHighlighter
|
||||
|
||||
|
||||
@ -21,9 +21,9 @@ from flask_pluginengine import current_plugin
|
||||
from sqlalchemy.orm import undefer
|
||||
from werkzeug.wrappers import Response
|
||||
|
||||
from indico.legacy.webinterface.rh.base import RH
|
||||
from indico.modules.categories import Category
|
||||
from indico.modules.events import Event
|
||||
from indico.web.rh import RH
|
||||
|
||||
from indico_search.views import WPSearchCategory, WPSearchConference
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user