split engine/ into manifold/ (backend oriented) and unfold/ (the UI)
[myslice.git] / plugins / verticallayout / verticallayout.py
index 9ac6f49..fe6ff45 100644 (file)
@@ -1,6 +1,6 @@
 from django.template.loader import render_to_string
 
-from engine.composite import Composite
+from unfold.composite import Composite
 
 class VerticalLayout (Composite) :