From: Jake Farrell Date: Mon, 29 Aug 2011 15:27:41 +0000 (+0000) Subject: Thrift-1303: Twisted tutorial client does not include correct generated path X-Git-Tag: 0.8.0~118 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=47f5ab3f060463b947144fd7ba1d3899b963a3c7;p=common%2Fthrift.git Thrift-1303: Twisted tutorial client does not include correct generated path Client: tutorial Updated path in python client to include correct generated code. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1162866 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/tutorial/py.twisted/PythonClient.py b/tutorial/py.twisted/PythonClient.py index 27a3d534..351c7f22 100755 --- a/tutorial/py.twisted/PythonClient.py +++ b/tutorial/py.twisted/PythonClient.py @@ -20,7 +20,7 @@ # import sys -sys.path.append('../gen-py') +sys.path.append('../gen-py.twisted') from tutorial import Calculator from tutorial.ttypes import *