diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-07-21 19:30:33 -0300 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-07-21 19:30:33 -0300 |
commit | bb132dcc1b558cfdfd0bf438779fe2ed07827fd5 (patch) | |
tree | e895c6438161a3472aa304a1b307541184fa61ec /src/leap/mail/imap/tests/walktree.py | |
parent | 6ab67b4c69be4d3f3fb34dd3f76cd36822e7e1ca (diff) |
Updated pep8 and fixed import and line break warnings
Diffstat (limited to 'src/leap/mail/imap/tests/walktree.py')
-rw-r--r-- | src/leap/mail/imap/tests/walktree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/mail/imap/tests/walktree.py b/src/leap/mail/imap/tests/walktree.py index 4544856..f259a55 100644 --- a/src/leap/mail/imap/tests/walktree.py +++ b/src/leap/mail/imap/tests/walktree.py @@ -19,6 +19,7 @@ Tests for the walktree module. """ import os import sys +import pprint from email import parser from leap.mail import walk as W @@ -118,7 +119,6 @@ if DEBUG and DO_CHECK: print "Structure: OK" -import pprint print print "RAW DOCS" pprint.pprint(raw_docs) |