Pylint fix

This commit is contained in:
Valentin Chemiere 2015-03-25 12:10:19 +01:00
parent f40146b110
commit 0bf03f948d
2 changed files with 2 additions and 3 deletions

View File

@ -20,5 +20,5 @@
#
###############################################################################
import attachment_metadata
import fetchmail
from . import attachment_metadata
from . import fetchmail

View File

@ -98,7 +98,6 @@ class IrAttachmentMetadata(models.Model):
@api.model
def message_new(self, msg, custom_values):
print "message new"
created_ids = []
res = self._prepare_data_for_attachment_metadata(msg)
if res: