Browse Source

ImportError Fix

Kevin Cummings 5 years ago
parent
commit
d83c903c67
2 changed files with 11 additions and 0 deletions
  1. 11 0
      coderedcms/blocks/__init__.py
  2. BIN
      testoutput.txt

+ 11 - 0
coderedcms/blocks/__init__.py

@@ -57,6 +57,17 @@ from .metadata_blocks import (  # noqa
     OpenHoursBlock,
     StructuredDataActionBlock
 )
+from .base_blocks import (  # noqa
+    BaseBlock,
+    BaseLayoutBlock,
+    BaseLinkBlock,
+    ClassifierTermChooserBlock,
+    CoderedAdvColumnSettings,
+    CoderedAdvSettings,
+    CoderedAdvTrackingSettings,
+    CollectionChooserBlock,
+    MultiSelectBlock
+)
 
 # Collections of blocks commonly used together.
 

BIN
testoutput.txt