message.py: fix indentation

This commit is contained in:
Jesse Rosenthal 2010-03-30 11:00:27 +02:00
parent 3d6590be02
commit 3c8ba0f18f

View file

@ -705,7 +705,7 @@ class Message(object):
elif (cont_type.lower() == "text/html" and elif (cont_type.lower() == "text/html" and
i == 0): i == 0):
part_dict["content"] = msg.get_payload() part_dict["content"] = msg.get_payload()
body.append(part_dict) body.append(part_dict)
output["body"] = body output["body"] = body