summaryrefslogtreecommitdiff
path: root/tutorial/py.twisted
diff options
context:
space:
mode:
authorJake Farrell <jfarrell@apache.org>2011-08-29 15:27:41 +0000
committerJake Farrell <jfarrell@apache.org>2011-08-29 15:27:41 +0000
commit47f5ab3f060463b947144fd7ba1d3899b963a3c7 (patch)
tree4552926d1035343535dfa7c4fbc8e5bdf2071da6 /tutorial/py.twisted
parent13b21184f4b24c48db19408d79339c6ede01a027 (diff)
downloadthrift-47f5ab3f060463b947144fd7ba1d3899b963a3c7.tar.gz
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
Diffstat (limited to 'tutorial/py.twisted')
-rwxr-xr-xtutorial/py.twisted/PythonClient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/py.twisted/PythonClient.py b/tutorial/py.twisted/PythonClient.py
index 27a3d5346..351c7f227 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 *