Skip to content

Commit

Permalink
test amends
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Jacob committed Mar 7, 2011
1 parent dbb015c commit 1d1020a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid_mailer/mailer.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def smtp_factory(self):
certfile=self.certfile)

connection.set_debuglevel(self.debug_smtp)
return connection
return connection # pragma: no cover


class Mailer(object):
Expand Down

0 comments on commit 1d1020a

Please sign in to comment.