Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
13b2118
)
Thrift-1303: Twisted tutorial client does not include correct generated path
author
Jake Farrell
<jfarrell@apache.org>
Mon, 29 Aug 2011 15:27:41 +0000
(15:27 +0000)
committer
Jake Farrell
<jfarrell@apache.org>
Mon, 29 Aug 2011 15:27:41 +0000
(15:27 +0000)
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
patch
|
blob
|
history
diff --git
a/tutorial/py.twisted/PythonClient.py
b/tutorial/py.twisted/PythonClient.py
index
27a3d53
..
351c7f2
100755
(executable)
--- 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 *