Author: jbellis
Date: Thu Feb 11 03:50:52 2010
New Revision: 908832

URL: http://svn.apache.org/viewvc?rev=908832&view=rev
Log:
update thrift path.  patch by jbellis

Modified:
    incubator/cassandra/trunk/contrib/py_stress/stress.py

Modified: incubator/cassandra/trunk/contrib/py_stress/stress.py
URL: 
http://svn.apache.org/viewvc/incubator/cassandra/trunk/contrib/py_stress/stress.py?rev=908832&r1=908831&r2=908832&view=diff
==============================================================================
--- incubator/cassandra/trunk/contrib/py_stress/stress.py (original)
+++ incubator/cassandra/trunk/contrib/py_stress/stress.py Thu Feb 11 03:50:52 
2010
@@ -45,7 +45,7 @@
     # add cassandra directory to sys.path
     L = os.path.abspath(__file__).split(os.path.sep)[:-3]
     root = os.path.sep.join(L)
-    _ipath = os.path.join(root, 'interface', 'gen-py')
+    _ipath = os.path.join(root, 'interface', 'thrift', 'gen-py')
     sys.path.append(os.path.join(_ipath, 'cassandra'))
     import Cassandra
     from ttypes import *


Reply via email to