Added: cassandra/trunk/drivers/txpy/txcql/cassandra/__init__.py URL: http://svn.apache.org/viewvc/cassandra/trunk/drivers/txpy/txcql/cassandra/__init__.py?rev=1082273&view=auto ============================================================================== --- cassandra/trunk/drivers/txpy/txcql/cassandra/__init__.py (added) +++ cassandra/trunk/drivers/txpy/txcql/cassandra/__init__.py Wed Mar 16 19:36:47 2011 @@ -0,0 +1 @@ +__all__ = ['ttypes', 'constants', 'Cassandra']
Added: cassandra/trunk/drivers/txpy/txcql/cassandra/constants.py URL: http://svn.apache.org/viewvc/cassandra/trunk/drivers/txpy/txcql/cassandra/constants.py?rev=1082273&view=auto ============================================================================== --- cassandra/trunk/drivers/txpy/txcql/cassandra/constants.py (added) +++ cassandra/trunk/drivers/txpy/txcql/cassandra/constants.py Wed Mar 16 19:36:47 2011 @@ -0,0 +1,10 @@ +# +# Autogenerated by Thrift +# +# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING +# + +from thrift.Thrift import * +from ttypes import * + +VERSION = "19.4.0"
