devtools/testlib.py
changeset 3454 ad1cddc06997
parent 3418 7b49fa7e942d
child 3468 b02fa4db2868
--- a/devtools/testlib.py	Wed Sep 23 19:41:19 2009 +0200
+++ b/devtools/testlib.py	Wed Sep 23 19:42:44 2009 +0200
@@ -438,7 +438,7 @@
                 continue
             views = [view for view in views
                      if view.category != 'startupview'
-                     and not issubclass(view, NotificationView)]
+                     and not issubclass(view, notification.NotificationView)]
             if views:
                 try:
                     view = viewsvreg._select_best(views, req, rset=rset)