Skip to content
Snippets Groups Projects
Commit 59bd12d5 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

wip - fix blocks imports

parent 8e7e5bcb
No related branches found
No related tags found
2 merge requests!1047Uniweb redesign,!1045Uniweb redesign, minor district redesign fixes
......@@ -5,3 +5,4 @@ from .programs import * # noqa
from .struct import * # noqa
from .text import * # noqa
from .video import * # noqa
from .chart import * # noqa
\ No newline at end of file
......@@ -52,6 +52,8 @@ from ..children import (
ProgramPointBlock,
ProgramPopoutCategory,
SecondaryCandidateBlock,
ChartDataset,
ChartRedmineIssueDataset,
)
......
......@@ -53,6 +53,8 @@ from ..children import (
ProgramPopoutCategory,
SecondaryCandidateBlock,
)
from .images import FigureBlock
from .video import YouTubeVideoBlock
logger = logging.getLogger(__name__)
......
......@@ -51,6 +51,10 @@ from ..children import (
ProgramPopoutCategory,
SecondaryCandidateBlock,
)
from .struct import CardBlock
from .images import FigureBlock
from .video import YouTubeVideoBlock
from .button import ButtonBlock, ButtonGroupBlock
class AdvancedTextBlock(ColorBlock, AlignBlock):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment