diff -r b82c60d84623 -r cf22ec25ec23 iro/anbieter/content.py --- a/iro/anbieter/content.py Sun Feb 07 17:05:24 2010 +0100 +++ b/iro/anbieter/content.py Sun Feb 07 17:08:17 2010 +0100 @@ -15,11 +15,14 @@ from email.header import Header class content: - def __init__(self,content): - self.content=content - - def sendto(self,anbieter,recipients): - pass + def __init__(self,content): + self.content=content + + def sendto(self,anbieter,recipients): + pass + + def getContent(self): + return self.content class SMS(content): def __init__(self,cont):