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: