sobjects/test/data/sobjects/__init__.py
changeset 0 b97547f5f1fa
child 1398 5fe84a5f7035
equal deleted inserted replaced
-1:000000000000 0:b97547f5f1fa
       
     1 from cubicweb.sobjects.notification import StatusChangeMixIn, NotificationView
       
     2 
       
     3 class UserStatusChangeView(StatusChangeMixIn, NotificationView):
       
     4     accepts = ('EUser',)
       
     5     
       
     6