fix tutorial python server
authorChristopher Piro <cpiro@apache.org>
Wed, 2 May 2012 19:33:47 +0000 (19:33 +0000)
committerChristopher Piro <cpiro@apache.org>
Wed, 2 May 2012 19:33:47 +0000 (19:33 +0000)
commit860b8c9cfbe99c5d3ba07fffbcb5c44894312953
tree211c2a44f4b7cf29de027539e8a070e86d869ae0
parent6ad473ff6441fbe4624ef1aaa9c7cc36582c16b9
fix tutorial python server

the port in TServerSocket's constructor should be passed by keyword; the first positional param is actually the hostname

Reviewed By: dreiss

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1333163 13f79535-47bb-0310-9956-ffa450edef68
tutorial/py/PythonServer.py