Skip to content

Commit

Permalink
Merge pull request tornadoweb#1008 from yaccz/fix/1007
Browse files Browse the repository at this point in the history
twisted can be installed without twisted.names fixes tornadoweb#1007
  • Loading branch information
bdarnell committed Mar 11, 2014
2 parents b1f5cc5 + a749b99 commit f1f66d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tornado/test/netutil_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

try:
import twisted
import twisted.names
except ImportError:
twisted = None
else:
Expand Down

0 comments on commit f1f66d1

Please sign in to comment.