You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ty...@apache.org on 2015/11/26 00:51:42 UTC

cassandra git commit: CASSANDRA-9304 follow-up: fix cqlshlib tests

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 68ea4edb3 -> 9768e57e3


CASSANDRA-9304 follow-up: fix cqlshlib tests

Patch by Stefania Alborghetti; reviewed by Tyler Hobbs as a
follow-up to CASSANDRA-9304


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

Branch: refs/heads/cassandra-2.1
Commit: 9768e57e3e855c8049614342053199940a6c65f6
Parents: 68ea4ed
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Mon Nov 23 08:55:37 2015 +0800
Committer: Tyler Hobbs <ty...@gmail.com>
Committed: Wed Nov 25 17:50:34 2015 -0600

----------------------------------------------------------------------
 pylib/cqlshlib/formatting.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/9768e57e/pylib/cqlshlib/formatting.py
----------------------------------------------------------------------
diff --git a/pylib/cqlshlib/formatting.py b/pylib/cqlshlib/formatting.py
index 54dde0f..b740bf9 100644
--- a/pylib/cqlshlib/formatting.py
+++ b/pylib/cqlshlib/formatting.py
@@ -19,9 +19,9 @@ import sys
 import re
 import calendar
 import math
+import wcwidth
 from collections import defaultdict
-from . import wcwidth
-from .displaying import colorme, get_str, FormattedValue, DEFAULT_VALUE_COLORS, NO_COLOR_MAP
+from displaying import colorme, get_str, FormattedValue, DEFAULT_VALUE_COLORS, NO_COLOR_MAP
 from cassandra.cqltypes import EMPTY
 from cassandra.util import datetime_from_timestamp
 from util import UTC