sobjects/test/data/sobjects/__init__.py
branchtls-sprint
changeset 1398 5fe84a5f7035
parent 0 b97547f5f1fa
child 1802 d628defebc17
--- a/sobjects/test/data/sobjects/__init__.py	Fri Apr 17 13:21:05 2009 +0200
+++ b/sobjects/test/data/sobjects/__init__.py	Fri Apr 17 16:55:37 2009 +0200
@@ -1,6 +1,6 @@
 from cubicweb.sobjects.notification import StatusChangeMixIn, NotificationView
 
 class UserStatusChangeView(StatusChangeMixIn, NotificationView):
-    accepts = ('EUser',)
+    accepts = ('CWUser',)