~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smtp_connection.py

  • Committer: James Henstridge
  • Date: 2009-03-25 05:41:24 UTC
  • mto: This revision was merged to the branch mainline in revision 4203.
  • Revision ID: james@jamesh.id.au-20090325054124-y7v92dpwnhh28szg
Switch to using osutils.safe_utf8() as suggested by Vincent.  Also 
remove a few unused imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
import errno
20
20
import smtplib
21
21
import socket
22
 
import sys
23
22
 
24
23
from bzrlib import (
25
24
    config,