commit 82f4654c5db6919fa7b99312de5c611fd874af5e Author: Isis Lovecruft isis@torproject.org Date: Wed Aug 27 05:46:17 2014 +0000
PEP8 OCD import rearrangements in test_smtp.py. --- lib/bridgedb/test/test_smtp.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/bridgedb/test/test_smtp.py b/lib/bridgedb/test/test_smtp.py index 51d08f5..176492f 100644 --- a/lib/bridgedb/test/test_smtp.py +++ b/lib/bridgedb/test/test_smtp.py @@ -1,16 +1,17 @@ """integration tests for BridgeDB ."""
from __future__ import print_function -from twisted.trial import unittest
import smtplib -from smtpd import SMTPServer import asyncore import threading import Queue import random import os
+from smtpd import SMTPServer + +from twisted.trial import unittest from twisted.trial.unittest import SkipTest
from bridgedb.test.util import processExists
tor-commits@lists.torproject.org