From e4e87661d541dcab2c20b581578a6b27fdbfb590 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Fri, 30 Mar 2012 14:31:56 -0500 Subject: [PATCH] Restore defaultdict import --- bin/cqlsh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/cqlsh b/bin/cqlsh index 2c3d4109e6..118fbac24d 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