renamed email task to mail because of some name collision in smtplib

This commit is contained in:
Johannes Findeisen 2013-09-19 19:34:21 +02:00
commit 8be97eb781
6 changed files with 19 additions and 18 deletions

View file

@ -18,4 +18,7 @@ class Task:
return self._taskType
def some_other_irrelevant_methods(self):
pass
def execute(self, msg):
pass