]> code.delx.au - pymsnt/blobdiff - src/legacy/msn/msn.py
Updated to twistfix-0.4
[pymsnt] / src / legacy / msn / msn.py
index 98d2893ce3e512cdeb8fbcdb0e2ac1970c9220bd..d3da1e474145fecd93271d47a7ab4647acdf45b8 100644 (file)
@@ -86,14 +86,7 @@ from __future__ import nested_scopes
 
 # Sibling imports
 from twisted.protocols.basic import LineReceiver
-try:
-    from twisted.web.http import HTTPClient
-except ImportError:
-    try:
-        from twisted.protocols.http import HTTPClient
-    except ImportError:
-        print "Couldn't find a HTTPClient. If you're using Twisted 2.0 make sure you've installed twisted.web"
-        raise
+from twisted.web.http import HTTPClient
 import msnp11chl
 
 # Twisted imports