Skip to content

Commit

Permalink
py3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lavr committed Feb 23, 2015
1 parent 958836b commit d2bb0bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions emails/testsuite/loader/test_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,4 @@ def _test_mass_msgloader():
for filename in glob.glob(os.path.join(ROOT, "data/msg/*.eml")):
msg = email.message_from_string(open(filename).read())
msgloader = MsgLoader(msg=msg)
msgloader._parse_msg()
print filename, msgloader.list_files()
msgloader._parse_msg()

0 comments on commit d2bb0bb

Please sign in to comment.