]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
twisted can be installed without twisted.names fixes #1007 1008/head
authoryac <yac@gentoo.org>
Sat, 8 Mar 2014 00:20:09 +0000 (01:20 +0100)
committeryac <yac@gentoo.org>
Sat, 8 Mar 2014 00:20:09 +0000 (01:20 +0100)
tornado/test/netutil_test.py

index 89d782e6eeb7b75fbfa3e64b0ef765a26c16b579..663df156043afc1ee9bee2ef4369947adee1f46c 100644 (file)
@@ -26,6 +26,7 @@ else:
 
 try:
     import twisted
+    import twisted.names
 except ImportError:
     twisted = None
 else: