瀏覽代碼

ImportError Fix

Kevin Cummings 6 年之前
父節點
當前提交
d83c903c67
共有 2 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      coderedcms/blocks/__init__.py
  2. 二進制
      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.
 

二進制
testoutput.txt