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 27a3d53..351c7f2 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 *