From: yac Date: Sat, 8 Mar 2014 00:20:09 +0000 (+0100) Subject: twisted can be installed without twisted.names fixes #1007 X-Git-Tag: v4.0.0b1~107^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1008%2Fhead;p=thirdparty%2Ftornado.git twisted can be installed without twisted.names fixes #1007 --- diff --git a/tornado/test/netutil_test.py b/tornado/test/netutil_test.py index 89d782e6e..663df1560 100644 --- a/tornado/test/netutil_test.py +++ b/tornado/test/netutil_test.py @@ -26,6 +26,7 @@ else: try: import twisted + import twisted.names except ImportError: twisted = None else: