From 47f5ab3f060463b947144fd7ba1d3899b963a3c7 Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Mon, 29 Aug 2011 15:27:41 +0000 Subject: [PATCH] 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 --- tutorial/py.twisted/PythonClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.17.1