title and sender are not needed anymore

This commit is contained in:
Romain Bignon 2010-08-31 09:22:31 +02:00
commit 9e01185b1a

View file

@ -32,8 +32,8 @@ class Message(CapBaseObject):
IS_NOT_ACCUSED = 0x008 # The receiver has not read this message IS_NOT_ACCUSED = 0x008 # The receiver has not read this message
def __init__(self, thread, id, def __init__(self, thread, id,
title, title=NotLoaded,
sender, sender=NotLoaded,
receiver=NotLoaded, receiver=NotLoaded,
date=None, date=None,
parent=NotLoaded, parent=NotLoaded,