sobjects/test/data/sobjects/__init__.py
changeset 0 b97547f5f1fa
child 1398 5fe84a5f7035
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sobjects/test/data/sobjects/__init__.py	Wed Nov 05 15:52:50 2008 +0100
@@ -0,0 +1,6 @@
+from cubicweb.sobjects.notification import StatusChangeMixIn, NotificationView
+
+class UserStatusChangeView(StatusChangeMixIn, NotificationView):
+    accepts = ('EUser',)
+    
+