You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2011/06/15 19:45:00 UTC

svn commit: r1136133 - /cassandra/branches/cassandra-0.8/test/system/test_cql.py

Author: jbellis
Date: Wed Jun 15 17:45:00 2011
New Revision: 1136133

URL: http://svn.apache.org/viewvc?rev=1136133&view=rev
Log:
r/m unused import

Modified:
    cassandra/branches/cassandra-0.8/test/system/test_cql.py

Modified: cassandra/branches/cassandra-0.8/test/system/test_cql.py
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.8/test/system/test_cql.py?rev=1136133&r1=1136132&r2=1136133&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.8/test/system/test_cql.py (original)
+++ cassandra/branches/cassandra-0.8/test/system/test_cql.py Wed Jun 15 17:45:00 2011
@@ -24,7 +24,6 @@ import sys, uuid, time
 sys.path.append(join(abspath(dirname(__file__)), '../../drivers/py'))
 
 import cql
-from cql.connection import Connection
 from __init__ import ThriftTester
 from __init__ import thrift_client     # TODO: temporary