web/test/unittest_viewselector.py
changeset 10302 7725396eb3df
parent 10247 7efcfb87b924
child 10319 0d3ede4865a8
--- a/web/test/unittest_viewselector.py	Wed Apr 22 10:08:14 2015 +0200
+++ b/web/test/unittest_viewselector.py	Wed Mar 25 08:21:00 2015 +0100
@@ -33,7 +33,6 @@
                                 cwproperties, cwsources, xmlrss, rdf, csvexport, json,
                                 undohistory)
 
-from cubes.folder import views as folderviews
 
 USERACTIONS = [actions.UserPreferencesAction,
                actions.UserInfoAction,
@@ -101,7 +100,6 @@
                                   ('schema', schema.SchemaView),
                                   ('siteinfo', debug.SiteInfoView),
                                   ('systempropertiesform', cwproperties.SystemCWPropertiesForm),
-                                  ('tree', folderviews.FolderTreeView),
                                   ('undohistory', undohistory.UndoHistoryView)])
 
     def test_possible_views_noresult(self):