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 2010/02/08 22:09:31 UTC

svn commit: r907797 - /incubator/cassandra/trunk/test/system/test_server.py

Author: jbellis
Date: Mon Feb  8 21:09:31 2010
New Revision: 907797

URL: http://svn.apache.org/viewvc?rev=907797&view=rev
Log:
s/Constants/constants/ in test_server

Modified:
    incubator/cassandra/trunk/test/system/test_server.py

Modified: incubator/cassandra/trunk/test/system/test_server.py
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/test/system/test_server.py?rev=907797&r1=907796&r2=907797&view=diff
==============================================================================
--- incubator/cassandra/trunk/test/system/test_server.py (original)
+++ incubator/cassandra/trunk/test/system/test_server.py Mon Feb  8 21:09:31 2010
@@ -23,7 +23,7 @@
 
 from thrift.Thrift import TApplicationException
 from ttypes import *
-from Constants import VERSION
+from constants import VERSION
 
 
 def _i64(n):