diff options
author | Wouter Bolsterlee <wouter@bolsterl.ee> | 2016-07-28 09:46:31 +0200 |
---|---|---|
committer | Wouter Bolsterlee <wouter@bolsterl.ee> | 2016-07-28 09:46:42 +0200 |
commit | fc506cda98c88262be5889fcfd721606be01e53b (patch) | |
tree | ca73fbbe9e3d5362d0ded1586601b8148afe41de /happybase/util.py | |
parent | fd0d175b603b61262a674592ce74e457357f574a (diff) | |
download | happybase-python3.tar.gz |
Fix outdated commentpython3
Diffstat (limited to 'happybase/util.py')
-rw-r--r-- | happybase/util.py | 2 |
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: |