mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Fix empty lines after file headers
This commit is contained in:
parent
702b85e158
commit
01406b3d2a
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico.core import signals
|
from indico.core import signals
|
||||||
from indico.util.i18n import make_bound_gettext
|
from indico.util.i18n import make_bound_gettext
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from flask_pluginengine import depends, trim_docstring
|
from flask_pluginengine import depends, trim_docstring
|
||||||
|
|
||||||
from indico.core.plugins import IndicoPlugin, PluginCategory
|
from indico.core.plugins import IndicoPlugin, PluginCategory
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico.core.plugins import IndicoPluginBlueprint
|
from indico.core.plugins import IndicoPluginBlueprint
|
||||||
|
|
||||||
from indico_livesync.controllers import RHAddAgent, RHDeleteAgent, RHEditAgent
|
from indico_livesync.controllers import RHAddAgent, RHDeleteAgent, RHEditAgent
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import click
|
import click
|
||||||
from flask_pluginengine import current_plugin
|
from flask_pluginengine import current_plugin
|
||||||
from terminaltables import AsciiTable
|
from terminaltables import AsciiTable
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from flask import flash, redirect, request
|
from flask import flash, redirect, request
|
||||||
from flask_pluginengine import current_plugin, render_plugin_template
|
from flask_pluginengine import current_plugin, render_plugin_template
|
||||||
from werkzeug.exceptions import NotFound
|
from werkzeug.exceptions import NotFound
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from wtforms.fields.core import StringField
|
from wtforms.fields.core import StringField
|
||||||
from wtforms.validators import DataRequired
|
from wtforms.validators import DataRequired
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
|
|
||||||
from flask import g
|
from flask import g
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from flask_pluginengine import current_plugin
|
from flask_pluginengine import current_plugin
|
||||||
|
|
||||||
from indico.legacy.common.output import outputGenerator
|
from indico.legacy.common.output import outputGenerator
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from sqlalchemy.dialects.postgresql import JSON
|
from sqlalchemy.dialects.postgresql import JSON
|
||||||
|
|
||||||
from indico.core.db.sqlalchemy import UTCDateTime, db
|
from indico.core.db.sqlalchemy import UTCDateTime, db
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from flask import g
|
from flask import g
|
||||||
from werkzeug.datastructures import ImmutableDict
|
from werkzeug.datastructures import ImmutableDict
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from wtforms.fields.html5 import IntegerField
|
from wtforms.fields.html5 import IntegerField
|
||||||
from wtforms.validators import NumberRange
|
from wtforms.validators import NumberRange
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import itertools
|
import itertools
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from celery.schedules import crontab
|
from celery.schedules import crontab
|
||||||
|
|
||||||
from indico.core.celery import celery
|
from indico.core.celery import celery
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico.core.db import db
|
from indico.core.db import db
|
||||||
from indico.util.struct.iterables import grouper
|
from indico.util.struct.iterables import grouper
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
|
|
||||||
from werkzeug.datastructures import ImmutableDict
|
from werkzeug.datastructures import ImmutableDict
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from indico_livesync.models.agents import LiveSyncAgent
|
from indico_livesync.models.agents import LiveSyncAgent
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico.util.console import cformat
|
from indico.util.console import cformat
|
||||||
from indico.util.struct.iterables import grouper
|
from indico.util.struct.iterables import grouper
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico_livesync import LiveSyncPluginBase
|
from indico_livesync import LiveSyncPluginBase
|
||||||
from indico_livesync_debug.backend import LiveSyncDebugBackend
|
from indico_livesync_debug.backend import LiveSyncDebugBackend
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico.util.i18n import make_bound_gettext
|
from indico.util.i18n import make_bound_gettext
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
from urllib.parse import quote_plus
|
from urllib.parse import quote_plus
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from wtforms.fields.simple import TextAreaField
|
from wtforms.fields.simple import TextAreaField
|
||||||
from wtforms.validators import DataRequired
|
from wtforms.validators import DataRequired
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico.util.i18n import make_bound_gettext
|
from indico.util.i18n import make_bound_gettext
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico.core.plugins import IndicoPluginBlueprint
|
from indico.core.plugins import IndicoPluginBlueprint
|
||||||
|
|
||||||
from indico_payment_paypal.controllers import RHPaypalCancel, RHPaypalIPN, RHPaypalSuccess
|
from indico_payment_paypal.controllers import RHPaypalCancel, RHPaypalIPN, RHPaypalSuccess
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from itertools import chain
|
from itertools import chain
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from flask_pluginengine import render_plugin_template
|
from flask_pluginengine import render_plugin_template
|
||||||
from wtforms.fields.core import StringField
|
from wtforms.fields.core import StringField
|
||||||
from wtforms.fields.html5 import URLField
|
from wtforms.fields.html5 import URLField
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from wtforms import ValidationError
|
from wtforms import ValidationError
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico.util.i18n import make_bound_gettext
|
from indico.util.i18n import make_bound_gettext
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from wtforms import BooleanField, IntegerField, StringField
|
from wtforms import BooleanField, IntegerField, StringField
|
||||||
from wtforms.validators import ValidationError
|
from wtforms.validators import ValidationError
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from operator import itemgetter
|
from operator import itemgetter
|
||||||
from urllib.parse import quote
|
from urllib.parse import quote
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import mimetypes
|
import mimetypes
|
||||||
|
|
||||||
from flask import render_template
|
from flask import render_template
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import mimetypes
|
import mimetypes
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico.core import signals
|
from indico.core import signals
|
||||||
from indico.util.i18n import make_bound_gettext
|
from indico.util.i18n import make_bound_gettext
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico.core.plugins import IndicoPluginBlueprint
|
from indico.core.plugins import IndicoPluginBlueprint
|
||||||
|
|
||||||
from indico_storage_s3.controllers import RHBuckets
|
from indico_storage_s3.controllers import RHBuckets
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from flask import current_app, jsonify, request
|
from flask import current_app, jsonify, request
|
||||||
from werkzeug.exceptions import NotFound, Unauthorized
|
from werkzeug.exceptions import NotFound, Unauthorized
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
import click
|
import click
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import hashlib
|
import hashlib
|
||||||
import hmac
|
import hmac
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import re
|
import re
|
||||||
from datetime import date
|
from datetime import date
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import hashlib
|
import hashlib
|
||||||
import hmac
|
import hmac
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico.util.i18n import make_bound_gettext
|
from indico.util.i18n import make_bound_gettext
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico.core.plugins import IndicoPluginBlueprint
|
from indico.core.plugins import IndicoPluginBlueprint
|
||||||
|
|
||||||
from indico_ursh.controllers import RHCustomShortURLPage, RHGetShortURL, RHShortURLPage
|
from indico_ursh.controllers import RHCustomShortURLPage, RHGetShortURL, RHShortURLPage
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import posixpath
|
import posixpath
|
||||||
|
|
||||||
from flask import jsonify, request, session
|
from flask import jsonify, request, session
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from flask_pluginengine import render_plugin_template
|
from flask_pluginengine import render_plugin_template
|
||||||
from wtforms.fields.core import StringField
|
from wtforms.fields.core import StringField
|
||||||
from wtforms.fields.html5 import URLField
|
from wtforms.fields.html5 import URLField
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import posixpath
|
import posixpath
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico.core.plugins import WPJinjaMixinPlugin
|
from indico.core.plugins import WPJinjaMixinPlugin
|
||||||
from indico.web.views import WPDecorated
|
from indico.web.views import WPDecorated
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from sqlalchemy.orm.attributes import flag_modified
|
from sqlalchemy.orm.attributes import flag_modified
|
||||||
from wtforms.fields.core import BooleanField
|
from wtforms.fields.core import BooleanField
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico.core import signals
|
from indico.core import signals
|
||||||
from indico.util.i18n import make_bound_gettext
|
from indico.util.i18n import make_bound_gettext
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from .client import AdminClient, APIException, RoomNotFoundAPIException, UserClient
|
from .client import AdminClient, APIException, RoomNotFoundAPIException, UserClient
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from indico.core.plugins import IndicoPluginBlueprint
|
from indico.core.plugins import IndicoPluginBlueprint
|
||||||
|
|
||||||
from indico_vc_vidyo.controllers import RHVidyoRoomOwner
|
from indico_vc_vidyo.controllers import RHVidyoRoomOwner
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import click
|
import click
|
||||||
from terminaltables import AsciiTable
|
from terminaltables import AsciiTable
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from flask import flash, jsonify, session
|
from flask import flash, jsonify, session
|
||||||
|
|
||||||
from indico.core.db import db
|
from indico.core.db import db
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from wtforms.fields.core import BooleanField
|
from wtforms.fields.core import BooleanField
|
||||||
from wtforms.fields.simple import TextAreaField
|
from wtforms.fields.simple import TextAreaField
|
||||||
from wtforms.validators import DataRequired, Length, Optional, Regexp, ValidationError
|
from wtforms.validators import DataRequired, Length, Optional, Regexp, ValidationError
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from flask import session
|
from flask import session
|
||||||
from sqlalchemy.orm.attributes import flag_modified
|
from sqlalchemy.orm.attributes import flag_modified
|
||||||
from wtforms.fields import IntegerField, TextAreaField
|
from wtforms.fields import IntegerField, TextAreaField
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
|
|
||||||
from celery.schedules import crontab
|
from celery.schedules import crontab
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from flask_multipass import IdentityRetrievalFailed
|
from flask_multipass import IdentityRetrievalFailed
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
# them and/or modify them under the terms of the MIT License;
|
# them and/or modify them under the terms of the MIT License;
|
||||||
# see the LICENSE file for more details.
|
# see the LICENSE file for more details.
|
||||||
|
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user