move former myslice/viewutils.py, to gether with the contents of former views/ subdir...
[myslice.git] / portal / homeview.py
index 592bc93..b5e47fe 100644 (file)
@@ -7,7 +7,7 @@ from django.template import RequestContext
 from django.shortcuts import render_to_response
 
 from manifold.manifoldresult import ManifoldResult
-from myslice.viewutils import topmenu_items, the_user
+from ui.topmenu import topmenu_items, the_user
 from myslice.config import Config
 
 class HomeView (View):