summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--happybase/util.py2
1 files changed, 1 insertions, 1 deletions
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: