Skip to content

Commit

Permalink
Coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored and rpatterson committed Mar 15, 2012
1 parent 3f9ded9 commit 8aad8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repoze/sendmail/tests/test_queue.py
Expand Up @@ -16,7 +16,7 @@ def b(x): return codecs.latin_1_encode(x)[0]
try:
from io import StringIO
StringIO # pyflakes
except ImportError:
except ImportError: #pragma NO COVER
from StringIO import StringIO # BBB Python 2 vs 3 compat

from zope.interface import implementer
Expand Down

0 comments on commit 8aad8af

Please sign in to comment.