You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2012/03/30 21:33:28 UTC

[6/6] git commit: Restore defaultdict import

Restore defaultdict import


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e4e87661
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e4e87661
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e4e87661

Branch: refs/heads/cassandra-1.1
Commit: e4e87661d541dcab2c20b581578a6b27fdbfb590
Parents: 41314a2
Author: Brandon Williams <br...@apache.org>
Authored: Fri Mar 30 14:31:56 2012 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Mar 30 14:31:56 2012 -0500

----------------------------------------------------------------------
 bin/cqlsh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/e4e87661/bin/cqlsh
----------------------------------------------------------------------
diff --git a/bin/cqlsh b/bin/cqlsh
index 2c3d410..118fbac 100755
--- a/bin/cqlsh
+++ b/bin/cqlsh
@@ -39,6 +39,7 @@ from itertools import groupby
 from contextlib import contextmanager
 from glob import glob
 from functools import partial
+from collections import defaultdict
 
 import cmd
 import sys