move former myslice/viewutils.py, to gether with the contents of former views/ subdir...
[myslice.git] / portal / dashboardview.py
index bbd1941..01478c7 100644 (file)
@@ -5,7 +5,7 @@ from plugins.lists.simplelist    import SimpleList
 
 from unfold.loginrequired        import LoginRequiredAutoLogoutView
 
-from myslice.viewutils           import topmenu_items, the_user
+from ui.topmenu                  import topmenu_items, the_user
 
 #This view requires login 
 class DashboardView (LoginRequiredAutoLogoutView):