AiC and REST login
[myslice.git] / portal / documentationview.py
index 3d94773..ccd42fa 100644 (file)
@@ -8,11 +8,11 @@ from django.shortcuts import render
 
 from unfold.loginrequired import FreeAccessView
 
-from manifold.manifoldresult import ManifoldResult
+from manifoldapi.manifoldresult import ManifoldResult
 from ui.topmenu import topmenu_items, the_user
 from myslice.configengine import ConfigEngine
 
-from theme import ThemeView
+from myslice.theme import ThemeView
 
 class DocumentationView (FreeAccessView, ThemeView):
     template_name = 'documentationview.html'