Skip to content

Instantly share code, notes, and snippets.

@oberstet
Created March 26, 2014 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oberstet/9781098 to your computer and use it in GitHub Desktop.
Save oberstet/9781098 to your computer and use it in GitHub Desktop.
$ python
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from twisted.internet.endpoints import clientFromString
>>> from twisted.internet import reactor
>>> c = clientFromString(reactor, "tcp:127.0.0.1:8080")
>>> import twisted
>>> twisted.__version__
'13.2.0'
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment