move former myslice/viewutils.py, to gether with the contents of former views/ subdir...
[myslice.git] / portal / homeview.py
index fb01240..b5e47fe 100644 (file)
@@ -7,11 +7,12 @@ 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):
 
+    # expose this so we can mention the backend URL on the welcome page
     def default_env (self):
         return { 
                  'manifold_url':Config.manifold_url,