From fc506cda98c88262be5889fcfd721606be01e53b Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Thu, 28 Jul 2016 09:46:31 +0200 Subject: Fix outdated comment --- happybase/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/happybase/util.py b/happybase/util.py index f975464..637003a 100644 --- a/happybase/util.py +++ b/happybase/util.py @@ -13,7 +13,7 @@ CAPITALS = re.compile('([A-Z])') try: - # Python 2.7 + # Python 2.7 and up from collections import OrderedDict except ImportError: try: -- cgit v1.2.1