예제 #1
0
파일: download.py 프로젝트: sirech/deliver
 def _complete_headers(self):
     """Fill the headers of the mail"""
     complete_headers(self, u"Download of %s" % self.url, "download")
예제 #2
0
 def _complete_headers(self):
     '''Fill the headers of the mail'''
     complete_headers(self, u'Digest for %s' % datetime.now(), 'digest')